Skip to content

Commit

Permalink
chore: update release CI by adding --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Sep 25, 2024
1 parent 19e9dc4 commit ed03128
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22,178 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'yarn'

- name: Install Dependencies
run: yarn
run: yarn install --frozen-lockfile

- name: Build
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion packages/pillar-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"type:check": "tsc --noEmit"
},
"peerDependencies": {
"@pillar-ui/hooks": "0.7.4",
"@pillar-ui/hooks": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
Loading

0 comments on commit ed03128

Please sign in to comment.