We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca59027 commit afa680aCopy full SHA for afa680a
.appveyor.yml
@@ -1,5 +1,5 @@
1
environment:
2
- NODEJS_VERSION: "10"
+ NODEJS_VERSION: "14"
3
PREBUILD_UPLOAD:
4
secure: oNyyLE7/Oq3TUGZPz6DkLFPUuQzc8FiFS1iuPp7LZ2fyOP/UF4Np4NzJmWcXVyY/
5
@@ -10,7 +10,7 @@ platform:
10
install:
11
- ps: Install-Product node $env:NODEJS_VERSION $env:Platform
12
- git submodule update --init --recursive
13
- - npm install
+ - CXXFLAGS="--std=c++17" npm install
14
15
build: off
16
0 commit comments