We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a47df9 commit 26cd31bCopy full SHA for 26cd31b
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
os: [ubuntu-latest]
28
- node: [22.x, 20.x, 18.x, 16.x, 15.x, 14.x, 13.x, 12.x, 10.x]
+ node: [23.x, 22.x, 20.x, 18.x, 16.x, 15.x, 14.x, 13.x, 12.x, 10.x]
29
runs-on: ${{ matrix.os }}
30
steps:
31
- uses: actions/checkout@v2
0 commit comments