Skip to content

Commit

Permalink
chore: 🤖 switch yarn to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky9667 committed Dec 23, 2023
1 parent e8f2d62 commit 4612ebf
Show file tree
Hide file tree
Showing 3 changed files with 4,398 additions and 4,227 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Install and Build
run: |
npm install -g yarn
yarn install --frozen-lockfile
yarn build
npm install -g pnpm
pnpm install
pnpm build
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down
Loading

0 comments on commit 4612ebf

Please sign in to comment.