Skip to content

Commit fe87ca8

Browse files
committed
Update actions/setup-node@v1 to v3
1 parent fa39705 commit fe87ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ jobs:
427427
python-version: "3.11"
428428
- run: python -m pip install -r requirements.txt
429429
working-directory: ./wasm/tests
430-
- uses: actions/setup-node@v1
430+
- uses: actions/setup-node@v3
431431
- name: run test
432432
run: |
433433
export PATH=$PATH:`pwd`/../../geckodriver

0 commit comments

Comments
 (0)