We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf3ec3 commit fd23d9fCopy full SHA for fd23d9f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- node-version: [16.x, 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