Skip to content

Commit

Permalink
fix: add no-frozen-lockfile to pnpm install in action
Browse files Browse the repository at this point in the history
  • Loading branch information
becomevocal authored Jul 14, 2024
1 parent 9c30225 commit 1d530c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-examples-site-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build examples site
run: npm run build-site
- name: Setup Pages
Expand Down

0 comments on commit 1d530c7

Please sign in to comment.