Skip to content

Commit 6cab04e

Browse files
authored
Update node.js.yml - don't require yarn.lock
1 parent 44064c0 commit 6cab04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'yarn'
26-
- run: yarn install
26+
- run: yarn install --pure-lockfile
2727
- run: yarn build
2828
- run: yarn test

0 commit comments

Comments
 (0)