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 ea063f4 commit 571d03fCopy full SHA for 571d03f
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- node-version: ['18', '20', '21']
+ node-version: ['18', '20', '22']
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
runs-on: ${{ matrix.os }}
13
# env:
0 commit comments