Skip to content

Commit 0587d8a

Browse files
authored
ci: add node 22 to test matrix (#1115)
## 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]>
1 parent 52c8de6 commit 0587d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-checks.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
node-version:
1919
- 18.x
2020
- 20.x
21+
- 22.x
2122

2223
steps:
2324
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)