Skip to content

Commit

Permalink
Drop Node 21 & benchmark workflow (#145)
Browse files Browse the repository at this point in the history
* Drop benchmark workflow

* Drop Node 21
  • Loading branch information
TylerVigario authored Jun 15, 2024
1 parent b9f343b commit 2c92495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/benchmark.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node: [18, 20, 21, 22]
node: [18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
carryforward: "18,20,21"
carryforward: "18,20,22"

0 comments on commit 2c92495

Please sign in to comment.