Skip to content

Commit 1b74685

Browse files
chore(deps): update dependency node to v24
1 parent 381859c commit 1b74685

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 24
2424

2525
- run: npm ci
2626

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Node.js
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: 22
31+
node-version: 24
3232

3333
- run: npm ci
3434

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
@@ -34,7 +34,7 @@
3434
"@podium/eslint-config": "1.0.18",
3535
"@podium/semantic-release-config": "2.0.0",
3636
"@podium/typescript-config": "1.0.0",
37-
"@types/node": "20.19.9",
37+
"@types/node": "24.10.0",
3838
"eslint": "9.32.0",
3939
"jsdom": "24.1.3",
4040
"npm-run-all2": "6.2.6",

0 commit comments

Comments
 (0)