We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28149ff commit c52a23cCopy full SHA for c52a23c
2 files changed
.travis.yml
@@ -5,7 +5,6 @@ cache:
5
directories:
6
- node_modules
7
node_js:
8
- - "10.15.1"
9
- "14"
10
before_install:
11
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
appveyor.yml
@@ -8,7 +8,7 @@ clone_depth: 10
# Test against the latest version of this Node.js version
environment:
- nodejs_version: "10"
+ nodejs_version: "14"
12
13
# Install scripts. (runs after repo cloning)
14
install:
0 commit comments