Skip to content

Commit

Permalink
Merge pull request #57 from innovativeinnovation/cho-node-22
Browse files Browse the repository at this point in the history
Test against node 22
  • Loading branch information
williambelle authored May 31, 2024
2 parents ed4cf5b + 24a894c commit e881059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '16', '17', '18', '19', '20', '21' ]
node: [ '16', '17', '18', '19', '20', '21', '22' ]

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

0 comments on commit e881059

Please sign in to comment.