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