Skip to content

Commit ebea759

Browse files
committed
chore: update .github/workfows for node-version 20
1 parent 51a7029 commit ebea759

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x]
15+
node-version: [20.x]
1616
os: [ubuntu-latest, windows-latest, macOS-latest]
1717

1818
steps:

.github/workflows/project-chartjs-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [18.x]
17+
node-version: [20.x]
1818
os: [ubuntu-latest, windows-latest, macOS-latest]
1919

2020
steps:

.github/workflows/project-icons-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [18.x]
17+
node-version: [20.x]
1818
os: [ubuntu-latest, windows-latest, macOS-latest]
1919

2020
steps:

.github/workflows/project-lib-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x]
19+
node-version: [20.x]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121

2222
steps:

0 commit comments

Comments
 (0)