We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1903e86 commit 9f3392bCopy full SHA for 9f3392b
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
matrix:
36
otp: [ '26.1' ]
37
elixir: [ '1.16.0', '1.17' ]
38
- node: [ '20.x', '21.x' ]
+ node: [ '22.x', '23.x' ]
39
40
name: OTP ${{matrix.otp}}, Elixir ${{matrix.elixir}}, Node.js ${{ matrix.node }}
41
steps:
0 commit comments