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 f874245 commit d80e4d4Copy full SHA for d80e4d4
.github/workflows/main-ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- node-version: [18, 20, 22]
+ node-version: [20, 22]
21
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
22
23
name: test - node.js ${{ matrix.node-version }}
.github/workflows/main-pr.yml
0 commit comments