Skip to content

Commit

Permalink
Try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qnga committed Oct 5, 2023
1 parent 2e430a5 commit b6d2759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
corepack-enable: true
- name: Install pnpm
run: corepack install --global --all
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
Expand Down

0 comments on commit b6d2759

Please sign in to comment.