Skip to content

Commit 0169551

Browse files
authored
Disable npm caching for playground (#21039)
1 parent e92fd51 commit 0169551

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish-playground.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3535
with:
3636
node-version: 22
37-
cache: "npm" # zizmor: ignore[cache-poisoning] acceptable risk for CloudFlare pages artifact
38-
cache-dependency-path: playground/package-lock.json
37+
package-manager-cache: false
3938
- uses: jetli/wasm-bindgen-action@20b33e20595891ab1a0ed73145d8a21fc96e7c29 # v0.2.0
4039
- name: "Install Node dependencies"
4140
run: npm ci

.github/workflows/publish-ty-playground.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
3939
with:
4040
node-version: 22
41-
cache: "npm" # zizmor: ignore[cache-poisoning] acceptable risk for CloudFlare pages artifact
41+
package-manager-cache: false
4242
- uses: jetli/wasm-bindgen-action@20b33e20595891ab1a0ed73145d8a21fc96e7c29 # v0.2.0
4343
- name: "Install Node dependencies"
4444
run: npm ci

0 commit comments

Comments
 (0)