Skip to content

Commit

Permalink
move back to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Aug 20, 2024
1 parent fa0406f commit 258d448
Show file tree
Hide file tree
Showing 4 changed files with 12,255 additions and 22,773 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Install dependencies
run: |
npm ci
yarn install --frozen-lockfile
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.15/bos-cli-installer.sh | sh
- name: Deploy widgets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Install dependencies
run: |
npm ci
yarn install --frozen-lockfile
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bos-cli-rs/bos-cli-rs/releases/download/v0.3.15/bos-cli-installer.sh | sh
- name: Dry-run widgets
Expand Down
Loading

0 comments on commit 258d448

Please sign in to comment.