We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd6bb7 commit 65ebadcCopy full SHA for 65ebadc
1 file changed
.github/workflows/.ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x, 24.x]
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
steps:
11
- uses: actions/checkout@v4
0 commit comments