Skip to content

Commit 7d3f399

Browse files
chore(deps): update dependency node to v22
1 parent ede69ed commit 7d3f399

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20
21+
node-version: 22
2222

2323
- name: npm install
2424
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.18",
4343
"@podium/semantic-release-config": "2.0.2",
4444
"@podium/typescript-config": "1.0.0",
45-
"@types/node": "20.17.57",
45+
"@types/node": "22.17.2",
4646
"concurrently": "9.1.2",
4747
"cronometro": "4.0.3",
4848
"eslint": "9.32.0",

0 commit comments

Comments
 (0)