Skip to content

Commit

Permalink
chore(ci): fix dev ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 6, 2023
1 parent 383621d commit b849b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Expand Up @@ -29,10 +29,10 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8

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

- name: Build
run: pnpm build

0 comments on commit b849b38

Please sign in to comment.