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 5d767df commit 5da8908Copy full SHA for 5da8908
.github/workflows/test.yml
@@ -26,5 +26,5 @@ jobs:
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'yarn'
29
- - run: yarn install
+ - run: yarn install --no-lockfile
30
- run: yarn test:ci
0 commit comments