We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e784d0 commit e48dd43Copy full SHA for e48dd43
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
3
node_js:
4
- - "13.5.0"
+ - "14.2.0"
5
6
cache: npm
7
@@ -11,7 +11,7 @@ os:
11
12
env:
13
matrix:
14
- - NODE_VERSION="13"
+ - NODE_VERSION="14.2.0"
15
16
17
fast_finish: true
appveyor.yml
@@ -11,7 +11,7 @@ matrix:
install:
# Build
- - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 13.5.0) $env:platform
+ - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 14.2.0) $env:platform
- npm install
test_script:
0 commit comments