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 2adb00e commit e6b158fCopy full SHA for e6b158f
.github/workflows/tests.yml
@@ -19,5 +19,5 @@ jobs:
19
uses: actions/setup-node@v4
20
with:
21
node-version: ${{ matrix.node-version }}
22
- - run: npm install
+ - run: npm clean-install
23
- run: npm test
0 commit comments