We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44064c0 commit 6cab04eCopy full SHA for 6cab04e
.github/workflows/node.js.yml
@@ -23,6 +23,6 @@ jobs:
23
with:
24
node-version: ${{ matrix.node-version }}
25
cache: 'yarn'
26
- - run: yarn install
+ - run: yarn install --pure-lockfile
27
- run: yarn build
28
- run: yarn test
0 commit comments