Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Apr 27, 2024
1 parent ea7aa02 commit 91d180b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: test
Expand Down

0 comments on commit 91d180b

Please sign in to comment.