Skip to content

Commit 9866cb0

Browse files
committed
build: support Node.js 13.x
1 parent f31e8eb commit 9866cb0

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
@@ -25,6 +25,7 @@ jobs:
2525
- Node.js 10.x
2626
- Node.js 11.x
2727
- Node.js 12.x
28+
- Node.js 13.x
2829

2930
include:
3031
- name: Node.js 0.8
@@ -81,6 +82,9 @@ jobs:
8182
- name: Node.js 12.x
8283
node-version: "12.22"
8384

85+
- name: Node.js 13.x
86+
node-version: "13.13"
87+
8488
steps:
8589
- uses: actions/checkout@v2
8690

0 commit comments

Comments
 (0)