Skip to content

Commit

Permalink
ci: set node version
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jun 29, 2024
1 parent badc3be commit 8ae8c49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version-file: package.json
cache: 'pnpm'
cache-dependency-path: 'pnpm.lock.yaml'

- run: pnpm i

Expand Down

0 comments on commit 8ae8c49

Please sign in to comment.