Skip to content

Commit 0f03284

Browse files
committed
fix: try running Node without a lock file [documentation](actions/setup-node#928)
1 parent 2d75c55 commit 0f03284

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/vite-js/.github/workflows/deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
uses: actions/setup-node@v4
3939
with:
4040
node-version: 22.12
41-
cache: 'pnpm'
4241
- name: Install dependencies
4342
run: pnpm install
4443
- name: Build

0 commit comments

Comments
 (0)