Skip to content

Commit 1fc61f0

Browse files
authored
use node 16 for releasing (#92)
* use node 14 for releasing * use node 16 for release, run tests in nodejs 16
1 parent effe5b3 commit 1fc61f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: "!contains(github.event.head_commit.message, '[ci skip]')"
1717
strategy:
1818
matrix:
19-
node-version: [12.16, 12.19, 14.16, 14.18]
19+
node-version: [12.19, 14.16, 14.18, 16.15]
2020

2121
steps:
2222
- uses: actions/checkout@v2
@@ -42,10 +42,10 @@ jobs:
4242
- uses: actions/checkout@v2
4343
with:
4444
persist-credentials: false
45-
- name: Use Node.js 12.19
45+
- name: Use Node.js 16.15
4646
uses: actions/setup-node@v1
4747
with:
48-
node-version: '12.19'
48+
node-version: '16.15'
4949
- run: npm install
5050
- run: npm run semantic-release
5151
env:

0 commit comments

Comments
 (0)