Skip to content

Commit 7751520

Browse files
chore(deps): update dependency node to v22 (#583)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d58972c commit 7751520

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js v20
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
cache: yarn
2525
- name: Install Dependencies
2626
run: yarn --immutable

.github/workflows/generated-file-validations.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js v20
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: yarn
2121
- name: Install Dependencies
2222
run: yarn --immutable
@@ -41,7 +41,7 @@ jobs:
4141
- name: Use Node.js v20
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: 20
44+
node-version: 22
4545
cache: yarn
4646
- name: Install Dependencies
4747
run: yarn --immutable
@@ -66,7 +66,7 @@ jobs:
6666
- name: Use Node.js v20
6767
uses: actions/setup-node@v4
6868
with:
69-
node-version: 20
69+
node-version: 22
7070
cache: yarn
7171
- name: Install Dependencies
7272
run: yarn --immutable
@@ -91,7 +91,7 @@ jobs:
9191
- name: Use Node.js v20
9292
uses: actions/setup-node@v4
9393
with:
94-
node-version: 20
94+
node-version: 22
9595
cache: yarn
9696
- name: Install Dependencies
9797
run: yarn --immutable

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Use Node.js v20
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 22
3333
cache: yarn
3434
registry-url: https://registry.yarnpkg.com/
3535
- name: Install Dependencies

0 commit comments

Comments
 (0)