Skip to content

Commit

Permalink
chore: update github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Apr 16, 2024
1 parent 382e667 commit e0937a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-node-
- run: npm install -g pnpm
- run: pnpm i
- run: pnpm i --no-frozen-lockfile
- run: pnpm build

0 comments on commit e0937a7

Please sign in to comment.