Skip to content

Commit

Permalink
use frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Nov 3, 2023
1 parent 94b7ac9 commit 0149ccc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ runs:
node-version: 18
cache: yarn
cache-dependency-path: '**/yarn.lock'
- run: yarn ci
- run: |
yarn install --frozen-lockfile
yarn install --cwd packages/react --frozen-lockfile
yarn install --cwd packages/styles --frozen-lockfile
shell: bash

0 comments on commit 0149ccc

Please sign in to comment.