Skip to content

Commit 73fc740

Browse files
committed
chore(ci): update node version
1 parent fc0eca2 commit 73fc740

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
cache: 'yarn'
26-
node-version: 20.12.2
26+
node-version: 20.19.6
2727

2828
- name: Install Dependencies
2929
run: yarn install --immutable

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
cache: 'yarn'
30-
node-version: 20.12.2
30+
node-version: 20.19.6
3131

3232
- name: Install dependencies
3333
run: yarn install --immutable

.github/workflows/docs-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
cache: 'yarn'
24-
node-version: 20.12.2
24+
node-version: 20.19.6
2525

2626
- name: Install dependencies
2727
run: yarn install --immutable

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
cache: 'yarn'
29-
node-version: 20.12.2
29+
node-version: 20.19.6
3030

3131
- name: Install Dependencies
3232
run: yarn install --immutable

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
cache: 'yarn'
27-
node-version: 20.12.2
27+
node-version: 20.19.6
2828

2929
- name: Install Dependencies
3030
run: yarn install --immutable

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
cache: 'yarn'
23-
node-version: 20.12.2
23+
node-version: 20.19.6
2424

2525
- name: Install Dependencies
2626
run: yarn install --immutable

0 commit comments

Comments
 (0)