Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu authored Sep 19, 2023
1 parent 9aae471 commit 975af30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2.5.2
with:
node-version: v14
node-version: v16

- name: Npm Install
run: npm install
working-directory: app/ux

- name: NPM Build
run: npm run build
run: |
$env:CI=false
npm run build
working-directory: app/ux

- name: Build
Expand Down

0 comments on commit 975af30

Please sign in to comment.