Skip to content

Commit 15fb425

Browse files
chore(deps): update node.js to v22
1 parent a9f67d4 commit 15fb425

File tree

5 files changed

+21
-15
lines changed

5 files changed

+21
-15
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@v3
2626
with:
27-
node-version: 18
27+
node-version: 22.19.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@v3
2525
with:
26-
node-version: 18
26+
node-version: 22.19.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-
18
1+
22.19.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"devDependencies": {
6868
"@tsconfig/node18": "^18.2.0",
69-
"@types/node": "^18.17.4",
69+
"@types/node": "^22.18.1",
7070
"@u3u/eslint-config": "^2.9.1",
7171
"@u3u/prettier-config": "^3.0.1",
7272
"@vitest/coverage-v8": "^0.34.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)