Skip to content

Commit 475e158

Browse files
committed
Don't configure cache in Release workflow
This fails without a package-lock.json.
1 parent b84e7b7 commit 475e158

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
uses: actions/setup-node@v4
7171
with:
7272
node-version-file: package.json
73-
cache: npm
7473
registry-url: https://registry.npmjs.org
7574

7675
- name: Publish to npm with provenance

0 commit comments

Comments
 (0)