Skip to content

Commit

Permalink
fix: CI complains of outdated lockfile but says the lockfile is up to…
Browse files Browse the repository at this point in the history
… date, see pnpm/pnpm#5144
  • Loading branch information
terwer committed Feb 2, 2023
1 parent 0b92761 commit ae25cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -45,4 +45,4 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies and build for production
run: pnpm install && pnpm newVersion && pnpm run build
run: pnpm install --no-frozen-lockfile && pnpm newVersion && pnpm run build

0 comments on commit ae25cf6

Please sign in to comment.