Skip to content

Commit a22b39f

Browse files
chore(deps): update dependency node to v24 (#322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8409a55 commit a22b39f

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@v4
1313
with:
1414
cache: npm
15-
node-version: 16
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
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@octokit/tsconfig": "^4.0.0",
31-
"@types/node": "^22.0.0",
31+
"@types/node": "^24.0.0",
3232
"@vitest/coverage-v8": "^3.0.0",
3333
"esbuild": "^0.25.0",
3434
"fetch-mock": "^11.0.0",

0 commit comments

Comments
 (0)