Skip to content

Commit 1b35304

Browse files
committed
[ci] Use node 14 to create the pre-built binaries
1 parent 40c649a commit 1b35304

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ deploy:
1818
skip_cleanup: true
1919
on:
2020
tags: true
21-
node: "12"
21+
node: "14"

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test_script:
1818
- npm --version
1919
- npm test
2020
after_test:
21-
- ps: If ($env:nodejs_version -eq "12") { npm run prebuild }
21+
- ps: If ($env:nodejs_version -eq "14") { npm run prebuild }
2222
- ps: $env:ARTIFACT_NAME_PREFIX = if (Test-Path env:APPVEYOR_REPO_TAG_NAME) { $env:APPVEYOR_REPO_TAG_NAME } else { 'latest' }
2323
artifacts:
2424
- path: prebuilds
@@ -30,4 +30,4 @@ deploy:
3030
secure: CkWRNlzH+wmCa3+TRydWfvmSH7tevR81aAypEhXTR9ka5q0Ja8lAIPDwtPb+Ux9l
3131
on:
3232
appveyor_repo_tag: true
33-
nodejs_version: "12"
33+
nodejs_version: "14"

0 commit comments

Comments
 (0)