Bump node build versions
This commit is contained in:
parent
26a702c9ea
commit
aebc372966
5 changed files with 7 additions and 7 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
displayName: 'Install Node'
|
displayName: 'Install Node'
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '12.x'
|
versionSpec: '16.x'
|
||||||
|
|
||||||
- task: Cache@2
|
- task: Cache@2
|
||||||
displayName: 'Cache node_modules'
|
displayName: 'Cache node_modules'
|
||||||
|
|
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Setup node environment
|
- name: Setup node environment
|
||||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
|
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 16
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Get npm cache directory path
|
- name: Get npm cache directory path
|
||||||
|
@ -53,7 +53,7 @@ jobs:
|
||||||
- name: Setup node environment
|
- name: Setup node environment
|
||||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
|
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 16
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Get npm cache directory path
|
- name: Get npm cache directory path
|
||||||
|
@ -91,7 +91,7 @@ jobs:
|
||||||
- name: Setup node environment
|
- name: Setup node environment
|
||||||
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
|
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 16
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Get npm cache directory path
|
- name: Get npm cache directory path
|
||||||
|
|
|
@ -13,7 +13,7 @@ ENV IS_DOCKER=YES
|
||||||
RUN yum update -y \
|
RUN yum update -y \
|
||||||
&& yum install -y epel-release \
|
&& yum install -y epel-release \
|
||||||
&& yum install -y @buildsys-build rpmdevtools git yum-plugins-core autoconf automake glibc-devel gcc-c++ make \
|
&& yum install -y @buildsys-build rpmdevtools git yum-plugins-core autoconf automake glibc-devel gcc-c++ make \
|
||||||
&& curl -fsSL https://rpm.nodesource.com/setup_12.x | bash - \
|
&& curl -fsSL https://rpm.nodesource.com/setup_16.x | bash - \
|
||||||
&& yum install -y nodejs
|
&& yum install -y nodejs
|
||||||
|
|
||||||
# Link to build script
|
# Link to build script
|
||||||
|
|
|
@ -13,7 +13,7 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y debhelper mmv git curl \
|
&& apt-get install -y debhelper mmv git curl \
|
||||||
&& curl -fsSL https://deb.nodesource.com/setup_12.x | bash - \
|
&& curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
|
||||||
&& apt-get install -y nodejs
|
&& apt-get install -y nodejs
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ ENV IS_DOCKER=YES
|
||||||
# Prepare Debian build environment
|
# Prepare Debian build environment
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y mmv curl git \
|
&& apt-get install -y mmv curl git \
|
||||||
&& curl -fsSL https://deb.nodesource.com/setup_12.x | bash - \
|
&& curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
|
||||||
&& apt-get install -y nodejs
|
&& apt-get install -y nodejs
|
||||||
|
|
||||||
# Link to build script
|
# Link to build script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue