Skip to content

Commit 6fb28b6

Browse files
committed
build: Fix node setup in JS release build
1 parent af7a027 commit 6fb28b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/javascript-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,10 @@ jobs:
198198
- name: Setup node
199199
uses: actions/setup-node@v4
200200
with:
201-
node-version: 16
201+
node-version: 20
202202
check-latest: true
203203
cache: yarn
204+
cache-dependency-path: bindings/javascript/yarn.lock
204205

205206
- name: Cache NPM dependencies
206207
uses: actions/cache@v3

0 commit comments

Comments
 (0)