Skip to content

Commit 4aaa661

Browse files
committed
Revert changes of release.yml
1 parent 778b26e commit 4aaa661

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ jobs:
113113

114114
- name: install wasm-pack
115115
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
116-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
117-
with:
118-
package-manager-cache: false
116+
- uses: actions/setup-node@v6
119117
- uses: mwilliamson/setup-wabt-action@v3
120118
with: { wabt-version: "1.0.30" }
121119
- name: build demo

0 commit comments

Comments
 (0)