Skip to content

Commit

Permalink
build: Fix node setup in JS release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 28, 2023
1 parent af7a027 commit 6fb28b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/javascript-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,10 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
check-latest: true
cache: yarn
cache-dependency-path: bindings/javascript/yarn.lock

- name: Cache NPM dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 6fb28b6

Please sign in to comment.