Skip to content

Commit 8afe936

Browse files
chore(devdeps): update dependency node to v22
1 parent 32e2228 commit 8afe936

File tree

5 files changed

+45
-45
lines changed

5 files changed

+45
-45
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/[email protected]
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
check-latest: true
2121
cache: "pnpm"
2222
- run: pnpm install
@@ -30,7 +30,7 @@ jobs:
3030
- name: Use Node.js
3131
uses: actions/[email protected]
3232
with:
33-
node-version: 20
33+
node-version: 22
3434
check-latest: true
3535
cache: "pnpm"
3636
- run: pnpm install

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/[email protected]
1515
with:
16-
node-version: 20
16+
node-version: 22
1717
check-latest: true
1818
cache: 'pnpm'
1919
- run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Node.js
2525
uses: actions/[email protected]
2626
with:
27-
node-version: 20
27+
node-version: 22
2828
cache: 'pnpm'
2929
- run: pnpm install
3030
- name: Create Release Pull Request or Publish to npm

pnpm-lock.yaml

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ catalog:
2727
'@testing-library/jest-dom': 6.6.4
2828
'@testing-library/react': 16.3.0
2929
'@types/jest': 30.0.0
30-
'@types/node': 22.16.5
30+
'@types/node': 22.17.0
3131
'@types/react': 19.1.8
3232
'@types/react-dom': 19.1.6
3333
'@typescript-eslint/eslint-plugin': 8.38.0

0 commit comments

Comments
 (0)