We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72999ca + bf443c0 commit af4e2fbCopy full SHA for af4e2fb
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
fail-fast: false
27
matrix:
28
os: [ubuntu-latest, windows-latest, macos-latest]
29
- node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
+ node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
30
runs-on: ${{ matrix.os }}
31
steps:
32
- uses: actions/checkout@v4
0 commit comments