Skip to content

Commit

Permalink
test against node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Apr 28, 2023
1 parent 60e792a commit 24db70f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '14', '16', '17', '18', '19' ]
node: [ '14', '16', '17', '18', '19', '20' ]

steps:
- name: Clone repository
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
carryforward: "node-14,node-16,node-17,node-18,node-19"
carryforward: "node-14,node-16,node-17,node-18,node-19,node-20"

0 comments on commit 24db70f

Please sign in to comment.