Skip to content

Commit 9de707a

Browse files
authored
chore: add node 22 to test matrix (open-feature#1201)
Signed-off-by: Michael Beemer <[email protected]>
1 parent d88c5fe commit 9de707a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [18.x, 20.x]
17+
node-version: [18.x, 20.x, 22.x]
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:

0 commit comments

Comments
 (0)