Skip to content

Commit

Permalink
ci: fix deploy ui workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilSharma03 committed Jan 14, 2024
1 parent ebc3bba commit f4a6658
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3


- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install and Build
run: |
npm install
Expand Down

0 comments on commit f4a6658

Please sign in to comment.