Skip to content

Commit a3cff78

Browse files
committed
build: support Node.js 15.x
1 parent 29aa2ae commit a3cff78

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
@@ -91,6 +92,9 @@ jobs:
9192
- name: Node.js 14.x
9293
node-version: "14.18"
9394

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

0 commit comments

Comments
 (0)