Skip to content

Commit 683a896

Browse files
chore(deps): update dependency node to v24
1 parent 02a01a6 commit 683a896

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 20
27+
node-version: 24
2828

2929
- name: npm install
3030
run: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@podium/eslint-config": "1.0.19",
4343
"@podium/semantic-release-config": "2.0.6",
4444
"@podium/typescript-config": "1.0.0",
45-
"@types/node": "20.19.24",
45+
"@types/node": "24.10.0",
4646
"concurrently": "9.1.2",
4747
"cronometro": "4.0.3",
4848
"eslint": "9.39.0",

0 commit comments

Comments
 (0)