Skip to content

Commit

Permalink
ci: move to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Aug 5, 2024
1 parent 2cf23b0 commit 37cf082
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- uses: pnpm/action-setup@v3
name: Install pnpm
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@
},
"devDependencies": {
"@tauri-apps/cli": "next",
"@types/node": "20.14.11",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"typescript": "5.5.4",
"vite": "5.3.4"
"vite": "5.3.5"
},
"engines": {
"node": ">=22"
},
"repository": "dubisdev/runmath"
}

0 comments on commit 37cf082

Please sign in to comment.