Skip to content

Commit eb4c930

Browse files
kkalavantavanichdougwilson
authored andcommitted
build: support Node.js 15.x
1 parent 947b6b7 commit eb4c930

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- Node.js 12.x
2828
- Node.js 13.x
2929
- Node.js 14.x
30+
- Node.js 15.x
3031

3132
include:
3233
- name: Node.js 0.10
@@ -90,6 +91,9 @@ jobs:
9091
- name: Node.js 14.x
9192
node-version: "14.19"
9293

94+
- name: Node.js 15.x
95+
node-version: "15.14"
96+
9397
steps:
9498
- uses: actions/checkout@v2
9599

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ environment:
1616
- nodejs_version: "12.22"
1717
- nodejs_version: "13.14"
1818
- nodejs_version: "14.19"
19+
- nodejs_version: "15.14"
1920
cache:
2021
- node_modules
2122
install:

0 commit comments

Comments
 (0)