Skip to content

Commit

Permalink
[JS] Run tests with node 16.x in CI (#10979)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 authored Aug 29, 2022
1 parent 631b229 commit 894ffd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 15
node-version: '16.x'
- name: Setup Java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 894ffd9

Please sign in to comment.