Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
antho-bunny committed Nov 7, 2024
1 parent 4acb5c3 commit 8928306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ runs:
steps:
- uses: pnpm/[email protected]
with:
version: 8
version: 9

- uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
cache: 'pnpm'
cache-dependency-path: './pnpm-lock.yaml'

Expand Down

0 comments on commit 8928306

Please sign in to comment.