Skip to content

Commit f8f00d7

Browse files
authored
Update node.js.yml
1 parent dad092f commit f8f00d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
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 --pure-lockfile
26+
- run: yarn install --no-lockfile
2727
- run: yarn build
2828
- run: yarn test

0 commit comments

Comments
 (0)