Skip to content

Commit 894ffd9

Browse files
authored
[JS] Run tests with node 16.x in CI (#10979)
1 parent 631b229 commit 894ffd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node.js
4747
uses: actions/setup-node@v1
4848
with:
49-
node-version: 15
49+
node-version: '16.x'
5050
- name: Setup Java
5151
uses: actions/setup-java@v1
5252
with:

0 commit comments

Comments
 (0)