Skip to content

Commit afa680a

Browse files
committed
Fix CI?
1 parent ca59027 commit afa680a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
NODEJS_VERSION: "10"
2+
NODEJS_VERSION: "14"
33
PREBUILD_UPLOAD:
44
secure: oNyyLE7/Oq3TUGZPz6DkLFPUuQzc8FiFS1iuPp7LZ2fyOP/UF4Np4NzJmWcXVyY/
55

@@ -10,7 +10,7 @@ platform:
1010
install:
1111
- ps: Install-Product node $env:NODEJS_VERSION $env:Platform
1212
- git submodule update --init --recursive
13-
- npm install
13+
- CXXFLAGS="--std=c++17" npm install
1414

1515
build: off
1616

0 commit comments

Comments
 (0)