Skip to content

Commit f746133

Browse files
committed
ci: update Node.js to v16 LTS version
1 parent c54c8cc commit f746133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

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

1515
strategy:
1616
matrix:
17-
node-version: [10.x, 12.x, 14.x]
17+
node-version: [10.x, 12.x, 14.x, 16.x]
1818

1919
steps:
2020
- uses: 'actions/[email protected]'

.github/workflows/npm-publish.yml

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

1515
- uses: 'actions/[email protected]'
1616
with:
17-
node-version: 14
17+
node-version: 16
1818
registry-url: 'https://registry.npmjs.org/'
1919

2020
- run: 'npm ci'

0 commit comments

Comments
 (0)