We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967ab19 commit 23e445eCopy full SHA for 23e445e
.github/workflows/ci.yml
@@ -26,7 +26,5 @@ jobs:
26
- uses: actions/setup-node@v4
27
with:
28
node-version: ${{ matrix.node-version }}
29
- - run: npm install -g npm@^8
30
- if: matrix.node-version == '14.x'
31
- run: npm ci
32
- run: npm test
0 commit comments