Skip to content

Commit

Permalink
chore(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent b982fb8 commit 96a3f2d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js v18.20.5
- name: Use Node.js v22.13.0
uses: actions/setup-node@v3
with:
node-version: '18.20.5'
node-version: '22.13.0'
- name: Use pnpm
uses: pnpm/action-setup@v2
- name: Install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"packageManager": "pnpm@8.15.9",
"engines": {
"node": "18.20.5"
"node": "22.13.0"
},
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/luxon": "^3.4.2",
"@types/node": "18.19.70",
"@types/node": "22.10.6",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/testing-library__jest-dom": "^5.14.9",
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96a3f2d

Please sign in to comment.