Skip to content

Commit 962307d

Browse files
committed
update paradigm to not have a lockfile to support monorepos
1 parent c0e96f4 commit 962307d

2 files changed

Lines changed: 2 additions & 10029 deletions

File tree

.github/actions/setup-node/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ runs:
1515
cache: yarn
1616

1717
- name: Install dependencies
18-
run: yarn install --immutable
19-
shell: bash
18+
run: yarn install
19+
shell: bash

0 commit comments

Comments
 (0)