Skip to content

Commit 269747f

Browse files
chore(deps): update dependency node to v22
1 parent 8cad21e commit 269747f

File tree

6 files changed

+66
-99
lines changed

6 files changed

+66
-99
lines changed

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js 18.x
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 18.x
21+
node-version: 22.x
2222
cache: "pnpm"
2323

2424
- name: Install dependencies

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: "18"
23+
node-version: "22"
2424
cache: "pnpm"
2525

2626
- run: pnpm install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: "18"
39+
node-version: "22"
4040
cache: "pnpm"
4141

4242
- run: pnpm install --frozen-lockfile

.github/workflows/yamory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: "18"
21+
node-version: "22"
2222

2323
- name: download and validate Yamory script
2424
working-directory: /tmp

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@cybozu/eslint-config": "^24.0.0",
5353
"@cybozu/license-manager": "^1.2.1",
54-
"@types/node": "^22.13.14",
54+
"@types/node": "^22.16.5",
5555
"@typescript-eslint/rule-tester": "^8.20.0",
5656
"eslint": "^9.20.1",
5757
"globals": "^15.15.0",

0 commit comments

Comments
 (0)