Skip to content

Commit

Permalink
Merge 186042b into ddde32a
Browse files Browse the repository at this point in the history
  • Loading branch information
ybonnefond committed Oct 26, 2023
2 parents ddde32a + 186042b commit 932392c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version: "2" # required to adjust maintainability checks
exclude_patterns:
- docs/
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
node-version: [18.x, 19.x]
node-version: [18.x, 19.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: coverallsapp/github-action@v1
with:
parallel-finished: true
carryforward: "run-18.x,run-19.x"
carryforward: "run-18.x,run-19.x,run-20.x"

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 932392c

Please sign in to comment.