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 5fe9931 commit 8b53341Copy full SHA for 8b53341
.github/workflows/publish.yml
@@ -24,6 +24,8 @@ jobs:
24
with:
25
node-version: 22
26
registry-url: https://registry.npmjs.org/
27
+ # disable cache, to avoid cache poisoning (https://docs.zizmor.sh/audits/#cache-poisoning)
28
+ package-manager-cache: false
29
30
- name: Install deps
31
run: pnpm install
.github/workflows/release-continuous.yml
@@ -26,6 +26,8 @@ jobs:
- uses: actions/setup-node@v5
node-version: lts/*
32
- name: Install dependencies
33
0 commit comments