Skip to content

Commit

Permalink
build: support Node.js 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi authored and dougwilson committed Dec 16, 2021
1 parent 6fe271e commit a33266a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- Node.js 11.x
- Node.js 12.x
- Node.js 13.x
- Node.js 14.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -84,6 +85,9 @@ jobs:
- name: Node.js 13.x
node-version: "13.14"

- name: Node.js 14.x
node-version: "14.18"

steps:
- uses: actions/checkout@v2

Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ environment:
- nodejs_version: "11.15"
- nodejs_version: "12.22"
- nodejs_version: "13.14"
- nodejs_version: "14.18"
cache:
- node_modules
install:
Expand Down

0 comments on commit a33266a

Please sign in to comment.