Skip to content

Commit c737dc5

Browse files
authored
fix: update version of Node.js used in release workflows (#192)
1 parent 1e2c5e4 commit c737dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/if-nodejs-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: Setup Node.js
4949
uses: actions/setup-node@v2
5050
with:
51-
node-version: 14
51+
node-version: 16
5252
cache: 'npm'
5353
cache-dependency-path: '**/package-lock.json'
5454
- if: steps.packagejson.outputs.exists == 'true'
@@ -85,7 +85,7 @@ jobs:
8585
name: Setup Node.js
8686
uses: actions/setup-node@v1
8787
with:
88-
node-version: 14
88+
node-version: 16
8989
- if: steps.packagejson.outputs.exists == 'true'
9090
name: Install dependencies
9191
run: npm install

0 commit comments

Comments
 (0)