Skip to content

Commit 2338f05

Browse files
committed
ci: remove node 8 tests, add node 14 tests
BREAKING CHANGE: drop official support for Node 8
1 parent e3aa18f commit 2338f05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
node: ["12.x", "10.x", "8.x"]
9+
node:
10+
- 10
11+
- 12
12+
- 14
1013

1114
runs-on: ubuntu-latest
1215

0 commit comments

Comments
 (0)