We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 798ca51 + d9421af commit 0bf5a45Copy full SHA for 0bf5a45
.nvmrc
@@ -1 +1 @@
1
-12
+v12.7.0
.travis.yml
@@ -1,6 +1,15 @@
language: node_js
2
+node_js:
3
+ - "8.12"
4
+ - "8"
5
+ - "10.3"
6
+ - "10"
7
+ - "12.0"
8
+ - "12"
9
+ - "lts/*"
10
+ - "node"
11
install:
- - npm install
12
+ - npm ci
13
script:
14
- npm test
15
# Make sure it still builds successfully - the build isn't actually used yet:
0 commit comments