Skip to content

Commit 790bb10

Browse files
chore(deps): update dependency node to v24
1 parent 93193c5 commit 790bb10

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

.github/workflows/publish.yml

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

2323
- uses: actions/setup-node@v5
2424
with:
25-
node-version: 22
25+
node-version: 24
2626

2727
- run: npm ci
2828

package-lock.json

Lines changed: 18 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
@@ -47,7 +47,7 @@
4747
"@eik/prettier-config": "1.0.1",
4848
"@eik/semantic-release-config": "1.0.5",
4949
"@eik/typescript-config": "1.0.0",
50-
"@types/node": "22.15.3",
50+
"@types/node": "24.9.1",
5151
"eslint": "9.17.0",
5252
"fastify": "5.3.2",
5353
"npm-run-all2": "7.0.2",

0 commit comments

Comments
 (0)