We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dba67a commit d98f14fCopy full SHA for d98f14f
.github/workflows/ci.yml
@@ -236,7 +236,7 @@ jobs:
236
python-version: '3.11'
237
238
# used to lint js code
239
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
240
with:
241
node-version: '18'
242
@@ -318,7 +318,7 @@ jobs:
318
- name: build wheels
319
run: make build-wasm
320
321
322
323
324
0 commit comments