Skip to content

Commit d9909a8

Browse files
chore(deps): update dependency node to v22
1 parent 2d152d9 commit d9909a8

File tree

4 files changed

+114
-114
lines changed

4 files changed

+114
-114
lines changed

.github/workflows/sync-deps-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Node
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 12
16+
node-version: 22
1717
- name: Opening pull request
1818
id: pull
1919
uses: tretuna/sync-branches@main

.github/workflows/sync-to-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 12
17+
node-version: 22
1818
- name: Opening pull request
1919
id: pull
2020
uses: tretuna/sync-branches@main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@semantic-release/release-notes-generator": "14.0.3",
8181
"@types/glob": "9.0.0",
8282
"@types/is-ci": "3.0.4",
83-
"@types/node": "22.17.0",
83+
"@types/node": "22.17.2",
8484
"@vitest/coverage-v8": "2.1.9",
8585
"conventional-changelog-conventionalcommits": "9.1.0",
8686
"cross-env": "10.0.0",

0 commit comments

Comments
 (0)