Skip to content

Commit d32dcac

Browse files
authored
Match the npm example (#303)
* Match the npm example * Remove trailing slash
1 parent 226c94e commit d32dcac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Setup node
2727
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # pin@v6.3.0
2828
with:
29-
node-version-file: ".nvmrc"
30-
registry-url: https://registry.npmjs.org/
31-
cache: yarn
29+
node-version: '22' # matches .nvmrc
30+
registry-url: https://registry.npmjs.org
31+
package-manager-cache: false # never use caching in release builds
3232

3333
- name: Install dependencies
3434
run: yarn install --frozen-lockfile --network-concurrency 1

0 commit comments

Comments
 (0)