Skip to content

Commit 5d4a169

Browse files
committed
build: support Node.js 13.x
1 parent d204f42 commit 5d4a169

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
@@ -88,6 +89,9 @@ jobs:
8889
- name: Node.js 12.x
8990
node-version: "12.22"
9091

92+
- name: Node.js 13.x
93+
node-version: "13.14"
94+
9195
steps:
9296
- uses: actions/checkout@v2
9397

0 commit comments

Comments
 (0)