We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226c94e commit d32dcacCopy full SHA for d32dcac
1 file changed
.github/workflows/publish.yaml
@@ -26,9 +26,9 @@ jobs:
26
- name: Setup node
27
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # pin@v6.3.0
28
with:
29
- node-version-file: ".nvmrc"
30
- registry-url: https://registry.npmjs.org/
31
- cache: yarn
+ node-version: '22' # matches .nvmrc
+ registry-url: https://registry.npmjs.org
+ package-manager-cache: false # never use caching in release builds
32
33
- name: Install dependencies
34
run: yarn install --frozen-lockfile --network-concurrency 1
0 commit comments