We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecab8e3 commit e5a37c3Copy full SHA for e5a37c3
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- node-version: [18.x, 20.x]
+ node-version: [20.x, 22.x, 24.x]
14
os: [ubuntu-latest, macOS-latest] # , windows-latest
15
16
runs-on: ${{ matrix.os }}
0 commit comments