Skip to content

Commit 054a3f4

Browse files
chore(deps): update dependency node to v24
1 parent f8d8db0 commit 054a3f4

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-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: 21 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
@@ -51,7 +51,7 @@
5151
"@eik/prettier-config": "1.0.1",
5252
"@eik/semantic-release-config": "1.0.5",
5353
"@eik/typescript-config": "1.0.0",
54-
"@types/node": "22.15.21",
54+
"@types/node": "24.9.2",
5555
"eslint": "9.25.1",
5656
"npm-run-all2": "7.0.2",
5757
"prettier": "3.4.1",

0 commit comments

Comments
 (0)