Skip to content

Commit b254e4c

Browse files
committed
added node version 14 to appveyor.yml
1 parent cbadd8e commit b254e4c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ matrix:
5757
env:
5858
- CXX=g++
5959
- CC=gcc
60-
6160
- name: "OS X - Node 14"
6261
os: osx
6362
node_js: "14"

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ environment:
33
matrix:
44
- nodejs_version: "10"
55
- nodejs_version: "12"
6+
- nodejs_version: "14"
67

78
install:
89
- ps: Install-Product node $env:nodejs_version

docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you have trouble installing `better-sqlite3`, follow this checklist:
1010

1111
4. If you're using Windows, follow these steps. Do them **in this order**, and **don't skip steps**.
1212

13-
1. Install the **latest** of node 10 or node 12.
13+
1. Install the **latest** of node 10, 12, or 14.
1414
2. Start an Admin PowerShell: Right-click the start icon, then pick `Windows PowerShell (Admin)`
1515
3. Install *both* vs2015 and vs2017 libraries. Each line will take ~5-10 minutes.
1616
```sh

0 commit comments

Comments
 (0)