Skip to content

Commit 9f3392b

Browse files
committed
Update build matrix to Node 22.x and 23.x
1 parent 1903e86 commit 9f3392b

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
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
otp: [ '26.1' ]
3737
elixir: [ '1.16.0', '1.17' ]
38-
node: [ '20.x', '21.x' ]
38+
node: [ '22.x', '23.x' ]
3939

4040
name: OTP ${{matrix.otp}}, Elixir ${{matrix.elixir}}, Node.js ${{ matrix.node }}
4141
steps:

0 commit comments

Comments
 (0)