Skip to content

Commit c83361e

Browse files
committed
build: support Node.js 14.x
1 parent 9866cb0 commit c83361e

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
@@ -26,6 +26,7 @@ jobs:
2626
- Node.js 11.x
2727
- Node.js 12.x
2828
- Node.js 13.x
29+
- Node.js 14.x
2930

3031
include:
3132
- name: Node.js 0.8
@@ -85,6 +86,9 @@ jobs:
8586
- name: Node.js 13.x
8687
node-version: "13.13"
8788

89+
- name: Node.js 14.x
90+
node-version: "14.18"
91+
8892
steps:
8993
- uses: actions/checkout@v2
9094

0 commit comments

Comments
 (0)