Skip to content

Commit

Permalink
chore(ci): fix lockfile handling
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Jul 5, 2024
1 parent b2a1b14 commit 2edc52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: 20
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
run: pnpm install --frozen-lockfile
- name: Generate docs
run: pnpm build
- name: Upload Artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
run: pnpm install --frozen-lockfile
- name: Release on NPM
run: pnpm semantic-release
env:
Expand Down

0 comments on commit 2edc52b

Please sign in to comment.