Skip to content

Commit

Permalink
ci: switch to frozen lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-isaac committed Jul 1, 2024
1 parent 353622d commit 8bdbb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16.x
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build
- name: Create Release Pull Request or Publish to NPM
id: changesets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
with:
node-version: 16.x
cache: 'pnpm'
- run: pnpm install --no-frozen-lockfile
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run typecheck
- run: pnpm run lint && pnpm run build

0 comments on commit 8bdbb8d

Please sign in to comment.