Skip to content

Commit

Permalink
bump node to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Feb 10, 2025
1 parent e1a9927 commit b069c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bump-deps": "pnpm -r up --latest"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/node": "^22.13.1",
"cross-env": "^7.0.3",
"vuepress": "^1.9.9"
},
Expand Down

0 comments on commit b069c72

Please sign in to comment.