Skip to content

Commit 888db7a

Browse files
chore(deps): update dependency node to v22
1 parent f80da68 commit 888db7a

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 16.x
26+
node-version: 22.x
2727

2828
- name: Install
2929
run: pnpm i
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set node
4343
uses: actions/setup-node@v4
4444
with:
45-
node-version: 16.x
45+
node-version: 22.x
4646

4747
- name: Install
4848
run: pnpm i

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '14'
17+
node-version: '22'
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm i -g pnpm @antfu/ni
2020
- run: nci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@damilaredev/eslint-config": "^0.0.19",
5959
"@damilaredev/eslint-config-vue": "0.0.19",
6060
"@damilaredev/tsconfig": "1.5.2",
61-
"@types/node": "20.16.13",
61+
"@types/node": "22.13.14",
6262
"@vitejs/plugin-vue": "5.2.1",
6363
"bumpp": "9.10.2",
6464
"eslint": "8.57.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)