Skip to content

Commit a33266a

Browse files
3imed-jaberidougwilson
authored andcommitted
build: support Node.js 14.x
1 parent 6fe271e commit a33266a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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.10
@@ -84,6 +85,9 @@ jobs:
8485
- name: Node.js 13.x
8586
node-version: "13.14"
8687

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

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ environment:
1515
- nodejs_version: "11.15"
1616
- nodejs_version: "12.22"
1717
- nodejs_version: "13.14"
18+
- nodejs_version: "14.18"
1819
cache:
1920
- node_modules
2021
install:

0 commit comments

Comments
 (0)