Skip to content

Commit

Permalink
chore: update engine and pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Oct 20, 2024
1 parent 4ac0544 commit 7d3dbb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9.0.6
version: 9.11.0

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"version": "0.0.0",
"license": "MIT",
"author": "Simon Reinisch <[email protected]>",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": "^20"
"node": "^22"
},
"scripts": {
"dev": "vite --host",
Expand Down

0 comments on commit 7d3dbb4

Please sign in to comment.