Skip to content

Commit 1455fb5

Browse files
committed
appveyor: use nodejs v14
We're still using the old lock-file version so this will avoid seeing warnings in the build log.
1 parent 5204a60 commit 1455fb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
version: '{build}'
22
image: Visual Studio 2017
33

4+
environment:
5+
nodejs_version: 14
6+
7+
install:
8+
- ps: Install-Product node $env:nodejs_version
9+
410
build_script:
511
- npm install
612
- npm pack

0 commit comments

Comments
 (0)