Skip to content

Commit

Permalink
test against node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed May 31, 2024
1 parent ed4cf5b commit 24a894c
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 24a894c

Please sign in to comment.