Skip to content

Commit ea2c99d

Browse files
chore(deps): update dependency node to v22
1 parent 8943935 commit ea2c99d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: "18"
22+
node-version: "22"
2323
cache: "pnpm"
2424

2525
- name: Install dependencies
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: "18"
45+
node-version: "22"
4646
cache: "pnpm"
4747

4848
- name: Install dependencies

.github/workflows/license.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node.js 18.x
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18.x
24+
node-version: 22.x
2525
cache: "pnpm"
2626

2727
- name: Install dependencies

.github/workflows/lint.yml

+1-1
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
- name: Install dependencies

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- uses: pnpm/action-setup@v3
5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: "18"
52+
node-version: "22"
5353
cache: "pnpm"
5454
- name: Install dependencies
5555
run: pnpm install --frozen-lockfile
@@ -88,7 +88,7 @@ jobs:
8888
- uses: pnpm/action-setup@v3
8989
- uses: actions/setup-node@v4
9090
with:
91-
node-version: "18"
91+
node-version: "22"
9292
cache: "pnpm"
9393
- run: pnpm install --frozen-lockfile
9494
- name: Configure npm user

.github/workflows/test-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pnpm/action-setup@v3
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: "18"
19+
node-version: "22"
2020
cache: "pnpm"
2121

2222
- run: pnpm install --frozen-lockfile

.github/workflows/yamory.yml

+1-1
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

0 commit comments

Comments
 (0)