Skip to content

Commit 7c5ad2e

Browse files
chore(deps): update node.js to v22
1 parent 2030776 commit 7c5ad2e

File tree

5 files changed

+28
-21
lines changed

5 files changed

+28
-21
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20.19.4
27+
node-version: 22.18.0
2828
cache: pnpm
2929
registry-url: 'https://registry.npmjs.org'
3030

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 20.19.4
26+
node-version: 22.18.0
2727
cache: pnpm
2828
registry-url: 'https://registry.npmjs.org'
2929

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.4
1+
22.18.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@total-typescript/ts-reset": "^0.6.1",
6767
"@tsconfig/node20": "^20.1.6",
68-
"@types/node": "^20.19.10",
68+
"@types/node": "^22.17.2",
6969
"@typescript-eslint/rule-tester": "^7.18.0",
7070
"@u3u/eslint-config": "^2.15.2",
7171
"@u3u/prettier-config": "^5.2.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)