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 8a68464 commit eb1b512Copy full SHA for eb1b512
.github/workflows/build-plugin.yaml
@@ -33,9 +33,11 @@ jobs:
33
with:
34
persist-credentials: false
35
36
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
37
38
node-version-file: .nvmrc
39
+ # Releases should be isolated. PRs can poison the cache.
40
+ package-manager-cache: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} # zizmor: ignore[cache-poisoning] # zizmor is wrong now
41
- run: yarn install --frozen-lockfile
42
- run: yarn run build
43
0 commit comments