Skip to content

Commit b309e6b

Browse files
committed
use nodev20 in CI
1 parent b6eb8c4 commit b309e6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/axe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: steps.changed-files.outputs.any_changed == 'true'
3131
uses: actions/setup-node@v6
3232
with:
33-
node-version: 18
33+
node-version: 20
3434
cache: 'npm'
3535
- run: npm ci
3636
if: steps.changed-files.outputs.any_changed == 'true'

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-node@v6
1313
with:
14-
node-version: 18
14+
node-version: 20
1515
cache: 'npm'
1616
- run: npm ci
1717
- run: npm run dist
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v5
3434
- uses: actions/setup-node@v6
3535
with:
36-
node-version: 18
36+
node-version: 20
3737
cache: 'npm'
3838
- run: npm ci
3939
- name: Lint workflow files
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v5
4646
- uses: actions/setup-node@v6
4747
with:
48-
node-version: 18
48+
node-version: 20
4949
cache: 'npm'
5050
- run: npm ci
5151
- name: Jest

0 commit comments

Comments
 (0)