Skip to content

Commit 827102a

Browse files
chore(deps): update dependency node to v24
1 parent 4edc291 commit 827102a

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
@@ -45,7 +45,7 @@
4545
"@eik/semantic-release-config": "1.0.5",
4646
"@eik/typescript-config": "1.0.0",
4747
"@types/esbuild-plugin-import-map": "0.0.3",
48-
"@types/node": "22.17.0",
48+
"@types/node": "24.9.2",
4949
"esbuild": "0.25.8",
5050
"eslint": "9.16.0",
5151
"fastify": "4.28.1",

0 commit comments

Comments
 (0)