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 60f7ab3 commit 2165028Copy full SHA for 2165028
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- node: ['16.x', '18.x', '20.x']
+ node: ['18.x', '20.x', '22.x']
11
os:
12
- ubuntu-latest
13
## Skip Windows and macOS based testing target, because they regularly fail
0 commit comments