Skip to content

Commit aeec28c

Browse files
chore(deps): update dependency node to v24
1 parent 149fc0c commit aeec28c

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v6
1313
with:
1414
cache: npm
15-
node-version: 22
15+
node-version: 24
1616
- run: npm ci
1717
- run: npm run lint:fix
1818
- uses: gr2m/create-or-update-pull-request-action@v1.x

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@octokit/tsconfig": "^4.0.0",
35-
"@types/node": "^22.10.5",
35+
"@types/node": "^24.0.0",
3636
"@vitest/coverage-v8": "^3.0.0",
3737
"esbuild": "^0.25.0",
3838
"express": "^4.17.1",

0 commit comments

Comments
 (0)