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
dougwilson committed Oct 30, 2021
1 parent 34e8864 commit f9f5a04
Showing 1 changed file with 4 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 @@ -27,6 +27,7 @@ jobs:
- Node.js 11.x
- Node.js 12.x
- Node.js 13.x
- Node.js 14.x

include:
- name: Node.js 0.6
Expand Down Expand Up @@ -91,6 +92,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

0 comments on commit f9f5a04

Please sign in to comment.