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 9740d79 commit fd86366Copy full SHA for fd86366
.github/workflows/unit-tests.yaml
@@ -11,5 +11,5 @@ jobs:
11
- uses: actions/setup-node@v3
12
with:
13
node-version: ${{ matrix.node-version }}
14
- - run: yarn install --frozen-lockfile
+ - run: npm install
15
- run: npm run test-ci
0 commit comments