Skip to content

Commit

Permalink
build: support Node.js 13.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 cbe25d6 commit 6fe271e
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 @@ -25,6 +25,7 @@ jobs:
- Node.js 10.x
- Node.js 11.x
- Node.js 12.x
- Node.js 13.x

include:
- name: Node.js 0.10
Expand Down Expand Up @@ -80,6 +81,9 @@ jobs:
- name: Node.js 12.x
node-version: "12.22"

- name: Node.js 13.x
node-version: "13.14"

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 @@ -14,6 +14,7 @@ environment:
- nodejs_version: "10.24"
- nodejs_version: "11.15"
- nodejs_version: "12.22"
- nodejs_version: "13.14"
cache:
- node_modules
install:
Expand Down

0 comments on commit 6fe271e

Please sign in to comment.