Skip to content

Commit d19ae53

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

2 files changed

Lines changed: 2 additions & 10030 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ runs:
1212
uses: actions/setup-node@v4
1313
with:
1414
node-version-file: .node-version
15-
cache: yarn
1615

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

0 commit comments

Comments
 (0)