Skip to content

Commit c253528

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

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.github/workflows/update-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v6
1212
with:
1313
cache: npm
14-
node-version: 16
14+
node-version: 24
1515
- run: npm ci
1616
- run: npm run lint:fix
1717
- uses: gr2m/[email protected]

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v6
1717
with:
1818
cache: npm
19-
node-version: 16
19+
node-version: 24
2020
- run: git checkout routes-update || true
2121
- run: npm ci
2222
- run: rm -rf docs/

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
@@ -33,7 +33,7 @@
3333
"@octokit/core": "^7.0.6",
3434
"@octokit/request-error": "^7.0.2",
3535
"@octokit/tsconfig": "^4.0.0",
36-
"@types/node": "^22.0.0",
36+
"@types/node": "^24.0.0",
3737
"@vitest/coverage-v8": "^3.0.0",
3838
"esbuild": "^0.25.0",
3939
"github-openapi-graphql-query": "^5.0.0",

0 commit comments

Comments
 (0)