Skip to content

Commit de884a5

Browse files
committed
chore: use node v16 in actions
1 parent 5a22241 commit de884a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [14.x]
11+
node-version: [16.x]
1212

1313
steps:
1414
- uses: actions/[email protected]

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/[email protected]
1313
- uses: actions/[email protected]
1414
with:
15-
node-version: 14
15+
node-version: 16
1616
- name: Install dependencies
1717
run: npm ci
1818
- name: Build
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/[email protected]
2828
- uses: actions/[email protected]
2929
with:
30-
node-version: 14
30+
node-version: 16
3131
registry-url: https://registry.npmjs.org/
3232
- run: npm ci
3333
- run: npm run shipit

0 commit comments

Comments
 (0)