Skip to content

Commit 137db75

Browse files
committed
build: support Node.js 15.x
1 parent 50fa9ba commit 137db75

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
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.8
@@ -98,6 +99,10 @@ jobs:
9899
node-version: "14.7"
99100
npm-i: browserify@15
100101

102+
- name: Node.js 15.x
103+
node-version: "15.3"
104+
npm-i: browserify@15
105+
101106
steps:
102107
- uses: actions/checkout@v2
103108

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ environment:
1717
- nodejs_version: "12.18"
1818
- nodejs_version: "13.14"
1919
- nodejs_version: "14.7"
20+
- nodejs_version: "15.3"
2021
cache:
2122
- node_modules
2223
install:

0 commit comments

Comments
 (0)