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 7bea180 commit e285fb8Copy full SHA for e285fb8
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
strategy:
10
matrix:
11
- node: [18, 20]
+ node: [18, 20, 22]
12
os: [ubuntu-latest, windows-latest]
13
runs-on: ${{ matrix.os }}
14
steps:
0 commit comments