Skip to content

Commit 720fb6f

Browse files
committed
Use node 16.x in CI
1 parent 06a78aa commit 720fb6f

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/[email protected]
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/[email protected]
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/[email protected]
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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/[email protected]
1919
with:
20-
node-version: '14.x'
20+
node-version: '16.x'
2121

2222
- name: Set version in package.json
2323
run: npm --no-git-tag-version version ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)