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 a8d352b commit 952774cCopy full SHA for 952774c
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
fail-fast: false
29
matrix:
30
os: [ ubuntu-latest ]
31
- node: [ 6, 8, 10, 12, 14, 16, 18, 20 ]
+ node: [ 6, 8, 10, 12, 14, 16, 18, 20, 22 ]
32
runs-on: ${{ matrix.os }}
33
steps:
34
- uses: actions/checkout@v4
0 commit comments