Skip to content

Commit 05c1cb3

Browse files
committed
Bump node version
1 parent 0ffec91 commit 05c1cb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: setup-node
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 18
33+
node-version: 20
3434
cache: npm
3535

3636
- name: Install Dependencies

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: setup-node
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 18
29+
node-version: 20
3030
cache: npm
3131

3232
- name: Install Dependencies

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: setup-node
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: 18
32+
node-version: 20
3333
cache: npm
3434

3535
- name: Install Dependencies

0 commit comments

Comments
 (0)