Skip to content

Commit

Permalink
fix: try running Node without a lock file [documentation](actions/set…
Browse files Browse the repository at this point in the history
  • Loading branch information
portalhacker committed Feb 19, 2025
1 parent 4b99bb4 commit 1410d80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.12
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit 1410d80

Please sign in to comment.