Skip to content

Commit

Permalink
add node 20, 21 to ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Dec 11, 2023
1 parent 74be1fc commit 414722f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
- Node.js 17.x
- Node.js 18.x
- Node.js 19.x
- Node.js 20.x
- Node.js 21.x

include:
- name: Node.js 16.x
Expand All @@ -28,6 +30,12 @@ jobs:
- name: Node.js 19.x
node-version: "19.6"

- name: Node.js 20.x
node-version: "20.10"

- name: Node.js 21.x
node-version: "21.4"

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 414722f

Please sign in to comment.