Skip to content

Commit 29cc38a

Browse files
committed
build: support Node.js 14.x
1 parent cef876f commit 29cc38a

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
@@ -87,6 +88,9 @@ jobs:
8788
- name: Node.js 13.x
8889
node-version: "13.14"
8990

91+
- name: Node.js 14.x
92+
node-version: "14.18"
93+
9094
steps:
9195
- uses: actions/checkout@v2
9296

0 commit comments

Comments
 (0)