We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c649a commit 1b35304Copy full SHA for 1b35304
2 files changed
.travis.yml
@@ -18,4 +18,4 @@ deploy:
18
skip_cleanup: true
19
on:
20
tags: true
21
- node: "12"
+ node: "14"
appveyor.yml
@@ -18,7 +18,7 @@ test_script:
- npm --version
- npm test
after_test:
- - ps: If ($env:nodejs_version -eq "12") { npm run prebuild }
+ - ps: If ($env:nodejs_version -eq "14") { npm run prebuild }
22
- ps: $env:ARTIFACT_NAME_PREFIX = if (Test-Path env:APPVEYOR_REPO_TAG_NAME) { $env:APPVEYOR_REPO_TAG_NAME } else { 'latest' }
23
artifacts:
24
- path: prebuilds
@@ -30,4 +30,4 @@ deploy:
30
secure: CkWRNlzH+wmCa3+TRydWfvmSH7tevR81aAypEhXTR9ka5q0Ja8lAIPDwtPb+Ux9l
31
32
appveyor_repo_tag: true
33
- nodejs_version: "12"
+ nodejs_version: "14"
0 commit comments