Skip to content

Commit 1846719

Browse files
committed
ci: update node version to v16.16.0
1 parent fa13b9a commit 1846719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 14
19+
node-version: 16.16.0
2020
- name: Install dependencies
2121
run: npm install
2222
- name: Run headless test
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@v1
3636
with:
37-
node-version: 14
37+
node-version: 16.16.0
3838
- name: Install dependencies
3939
run: npm install
4040
- name: Release

0 commit comments

Comments
 (0)