Skip to content

Commit 7030891

Browse files
committed
Use Node.js 16.x in Actions
1 parent 50c3224 commit 7030891

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v2.4.0
2424
with:
25-
node-version: '14.x'
25+
node-version: '16.x'
2626

2727
- name: Install npm dependencies
2828
run: npm ci --prefer-offline --cache=./.npm

.github/workflows/code-quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v2.4.0
2424
with:
25-
node-version: '14.x'
25+
node-version: '16.x'
2626

2727
- name: Install npm dependencies
2828
run: npm ci --prefer-offline --cache=./.npm
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Node.js
5050
uses: actions/setup-node@v2.4.0
5151
with:
52-
node-version: '14.x'
52+
node-version: '16.x'
5353

5454
- name: Install npm dependencies
5555
run: npm ci --prefer-offline --cache=./.npm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v2.4.0
2727
with:
28-
node-version: '14.x'
28+
node-version: '16.x'
2929

3030
- name: Install npm dependencies
3131
run: npm ci --prefer-offline --cache=./.npm

0 commit comments

Comments
 (0)