Skip to content

Commit 1cff0ad

Browse files
chore(deps): update dependency node to v24
1 parent 9980057 commit 1cff0ad

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 22
27+
node-version: 24
2828

2929
- run: npm ci
3030

package-lock.json

Lines changed: 22 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
"@podium/schemas": "5.1.0",
4646
"@podium/semantic-release-config": "2.0.0",
4747
"@podium/typescript-config": "1.0.0",
48-
"@types/node": "22.15.34",
48+
"@types/node": "24.9.1",
4949
"benchmark": "2.1.4",
5050
"eslint": "9.32.0",
5151
"npm-run-all2": "5.0.2",

0 commit comments

Comments
 (0)