Skip to content

Commit

Permalink
ci: add node 22 to test matrix (#1115)
Browse files Browse the repository at this point in the history
## This PR

- adds node 22 to the test matrix

### Notes

Node 22 is the current active LTS version. We still should target Node
18 but test Node 22.

Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Jan 3, 2025
1 parent 52c8de6 commit 0587d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version:
- 18.x
- 20.x
- 22.x

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0587d8a

Please sign in to comment.