We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2bce4 commit fa6bdc3Copy full SHA for fa6bdc3
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: [ '18', '20', '22', '24' ]
+ node: [ '18', '20', '22' ]
9
name: Node ${{ matrix.node }} sample
10
steps:
11
- uses: actions/checkout@v2
0 commit comments