Skip to content

Commit

Permalink
build: support Node.js 15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 2, 2022
1 parent 7fe2089 commit e127d44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -27,6 +27,7 @@ jobs:
- Node.js 12.x
- Node.js 13.x
- Node.js 14.x
- Node.js 15.x

include:
- name: Node.js 0.8
Expand Down Expand Up @@ -87,6 +88,9 @@ jobs:
- name: Node.js 14.x
node-version: "14.18"

- name: Node.js 15.x
node-version: "15.14"

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit e127d44

Please sign in to comment.