Skip to content

Commit

Permalink
chore: remove --no-frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Feb 14, 2025
1 parent 1433bf0 commit bc4298c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: latest

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install

- name: Run validation
run: pnpm validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: lts/*
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v4
- run: pnpm install --no-frozen-lockfile
- run: pnpm install
- run: pnpm build
- run: npx changelogithub
continue-on-error: true
Expand Down

0 comments on commit bc4298c

Please sign in to comment.