We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa838e commit 2ff8a42Copy full SHA for 2ff8a42
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- node: ['20', '21', '22']
+ node: ['20', '22']
17
name: Node ${{ matrix.node }}
18
steps:
19
- uses: actions/checkout@v2
0 commit comments