Skip to content

Commit

Permalink
🐛 fix(ci): don't frozen lockfile
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <sinangentoo@gmail.com>
  • Loading branch information
SimonShiki committed Mar 24, 2024
1 parent b77b8e9 commit adc0680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
version: latest
- name: Install
run: pnpm install --frozen-lockfile && pnpm run eureka:init && pnpm run build
run: pnpm install && pnpm run eureka:init && pnpm run build
- name: Check types
run: npx tsc --noEmit

0 comments on commit adc0680

Please sign in to comment.