Skip to content

Commit ae94820

Browse files
committed
build: support Node.js 15.x
1 parent 929ccbc commit ae94820

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 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
@@ -89,6 +90,9 @@ jobs:
8990
- name: Node.js 14.x
9091
node-version: "14.18"
9192

93+
- name: Node.js 14.x
94+
node-version: "15.14"
95+
9296
steps:
9397
- uses: actions/checkout@v2
9498

0 commit comments

Comments
 (0)