We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3aa18f commit 2338f05Copy full SHA for 2338f05
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,10 @@ jobs:
6
test:
7
strategy:
8
matrix:
9
- node: ["12.x", "10.x", "8.x"]
+ node:
10
+ - 10
11
+ - 12
12
+ - 14
13
14
runs-on: ubuntu-latest
15
0 commit comments