Skip to content

Commit aa055b0

Browse files
committed
chore: update Node.js version in CI configuration files to 22.x
1 parent 18bbc5f commit aa055b0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- name: Setup Node.js 20.x
22+
- name: Setup Node.js 22.x
2323
uses: actions/setup-node@v4
2424
with:
2525
cache: 'yarn'

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- name: Setup Node.js 20.x
26+
- name: Setup Node.js 22.x
2727
uses: actions/setup-node@v4
2828
with:
2929
cache: 'yarn'

.github/workflows/docs-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- name: Setup Node.js 20.x
20+
- name: Setup Node.js 22.x
2121
uses: actions/setup-node@v4
2222
with:
2323
cache: 'yarn'

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
TEST_PROJECTS_DIR: "${{ runner.temp }}/projects"
3131

32-
- name: Setup Node.js 20.x
32+
- name: Setup Node.js 22.x
3333
uses: actions/setup-node@v4
3434
with:
3535
cache: 'yarn'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- name: Setup Node.js 20.x
23+
- name: Setup Node.js 22.x
2424
uses: actions/setup-node@v4
2525
with:
2626
cache: 'yarn'

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout Repo
1717
uses: actions/checkout@v4
1818

19-
- name: Setup Node.js 20.x
19+
- name: Setup Node.js 22.x
2020
uses: actions/setup-node@v4
2121
with:
2222
cache: 'yarn'

0 commit comments

Comments
 (0)