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 ede69ed commit 1d80d24Copy full SHA for 1d80d24
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 20
+ node-version: 22
22
23
- name: npm install
24
run: npm install
package.json
@@ -42,7 +42,7 @@
42
"@podium/eslint-config": "1.0.18",
43
"@podium/semantic-release-config": "2.0.2",
44
"@podium/typescript-config": "1.0.0",
45
- "@types/node": "20.17.57",
+ "@types/node": "22.17.1",
46
"concurrently": "9.1.2",
47
"cronometro": "4.0.3",
48
"eslint": "9.32.0",
0 commit comments