Skip to content

Commit 40c649a

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

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: "10"
21+
node: "12"

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 "10") { npm run prebuild }
21+
- ps: If ($env:nodejs_version -eq "12") { 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: "10"
33+
nodejs_version: "12"

0 commit comments

Comments
 (0)