Skip to content

Commit 3bb43fd

Browse files
chore(deps): update dependency node to v24
1 parent 19847b4 commit 3bb43fd

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
cache: npm
37-
node-version: 18
37+
node-version: 24
3838
- run: npm ci
3939
- run: npm run lint

.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@v4
1212
with:
1313
cache: npm
14-
node-version: 18
14+
node-version: 24
1515
- run: npm ci
1616
- run: npm run lint:fix
1717
- uses: gr2m/[email protected]

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
@@ -23,7 +23,7 @@
2323
"license": "ISC",
2424
"devDependencies": {
2525
"@octokit/tsconfig": "^4.0.0",
26-
"@types/node": "^22.15.29",
26+
"@types/node": "^24.0.0",
2727
"@vitest/coverage-v8": "^3.0.0",
2828
"esbuild": "^0.25.0",
2929
"prettier": "^3.3.3",

0 commit comments

Comments
 (0)