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