Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jul 20, 2024
1 parent 10c9c66 commit d49ad0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Node LTS
uses: actions/setup-node@v4
with:
node-version: 'lts'
with:
node-version: 'lts'
- name: Build
run: cd clientv2 && corepack enable && yarn && yarn run build
- name: Publish
Expand Down

0 comments on commit d49ad0f

Please sign in to comment.