Skip to content

Commit 2354275

Browse files
committed
Removing Node.js versions 8 and 10 from GitHub Actions test matrix.
1 parent 67bc86b commit 2354275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
nodejs_version: [ "8.10", 10, 12, 14, 16, 18 ]
19+
nodejs_version: [ 12, 14, 16, 18 ]
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)