Skip to content

Commit 0373c99

Browse files
committed
chore(workflows): update node-version to 22.x
1 parent 3353de2 commit 0373c99

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: [20.x]
15+
node-version: [22.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
@@ -16,7 +16,7 @@ jobs:
1616

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

2222
steps:

.github/workflows/project-icons-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: [20.x]
19+
node-version: [22.x]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121

2222
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: [20.x]
19+
node-version: [22.x]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121

2222
steps:

0 commit comments

Comments
 (0)