Skip to content

Commit

Permalink
Merge pull request #84 from innovativeinnovation/cho-node-20
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Apr 28, 2023
2 parents 60e792a + 24db70f commit 3556d11
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 3556d11

Please sign in to comment.