Skip to content

Commit 04efc0f

Browse files
committed
chore: update workflows
1 parent a056973 commit 04efc0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

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

1818
steps:

.github/workflows/project-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [8.x, 10.x, 12.x]
14+
node-version: [10.x, 12.x]
1515
os: [ubuntu-latest, windows-latest, macOS-latest]
1616

1717
steps:

0 commit comments

Comments
 (0)