Skip to content

Commit 0a18bd4

Browse files
committed
Fix workflow: remove npm cache (no lock file in repo)
1 parent bf93753 commit 0a18bd4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version: "22"
38-
cache: "npm"
3938

4039
- name: Install dependencies
4140
run: npm install

0 commit comments

Comments
 (0)