Skip to content

Commit

Permalink
update yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jul 20, 2024
1 parent 30b2ad5 commit 10c9c66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node LTS
uses: actions/setup-node@v4
with:
node-version: 'lts'
- name: Build
run: cd clientv2 && yarn && yarn run build
run: cd clientv2 && corepack enable && yarn && yarn run build
- name: Publish
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit 10c9c66

Please sign in to comment.