We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a01a6 commit 683a896Copy full SHA for 683a896
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Node.js
25
uses: actions/setup-node@v4
26
with:
27
- node-version: 20
+ node-version: 24
28
29
- name: npm install
30
run: npm install
package.json
@@ -42,7 +42,7 @@
42
"@podium/eslint-config": "1.0.19",
43
"@podium/semantic-release-config": "2.0.6",
44
"@podium/typescript-config": "1.0.0",
45
- "@types/node": "20.19.24",
+ "@types/node": "24.10.0",
46
"concurrently": "9.1.2",
47
"cronometro": "4.0.3",
48
"eslint": "9.39.0",
0 commit comments