Skip to content

Commit 5cfc2d6

Browse files
Update node to 24.x
1 parent 24ed882 commit 5cfc2d6

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/[email protected]
1919
with:
20-
node-version: 22.x
20+
node-version: 24.x
2121

2222
- run: pnpm install
2323
- run: pnpm build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@eslint/js": "^9.33.0",
43-
"@types/node": "^22.17.1",
43+
"@types/node": "^24.0.0",
4444
"@types/react": "^19.1.9",
4545
"cross-env": "^10.0.0",
4646
"eslint": "^9.33.0",

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)