Skip to content

Commit 211649d

Browse files
authored
Pin setup-node action to a commit hash (#7495)
* Pin `setup-node` action to a commit hash * Don't use cache for release * Revert changes of `release.yml`
1 parent 4ebc311 commit 211649d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ jobs:
445445

446446
- run: python -m pip install -r requirements.txt
447447
working-directory: ./wasm/tests
448-
- uses: actions/setup-node@v6
448+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
449449
with:
450450
cache: "npm"
451451
cache-dependency-path: "wasm/demo/package-lock.json"

0 commit comments

Comments
 (0)