Skip to content

Commit

Permalink
chore(ci): update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Jul 9, 2024
1 parent c78bd26 commit 5ecc2ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
version: 9

- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 5ecc2ef

Please sign in to comment.