Skip to content

Commit ab4391f

Browse files
committed
Add the dependency install step
1 parent b3cbc39 commit ab4391f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/new-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
node-version-file: .node-version
3030
cache: yarn
3131

32+
- name: Install dependencies
33+
run: yarn install --immutable
34+
3235
- name: Find Packages
3336
id: find
3437
uses: ./.github/actions/info

0 commit comments

Comments
 (0)