Skip to content

Commit

Permalink
Addressing UI build issues due to dependency issues. (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Mance <[email protected]>
  • Loading branch information
mancej and Jordan Mance authored Dec 10, 2022
1 parent f49cea6 commit 8ac162a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_ui:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout Figgy UI
uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '19.2'
node-version: '18'

- name: Set up Python 3.9
uses: actions/setup-python@v2
Expand All @@ -51,7 +51,7 @@ jobs:
cd $GITHUB_WORKSPACE/figgy-ui/app
# Install dependencies
npm install
npm install --force
npm install -g @angular/cli
# Install app
Expand Down

0 comments on commit 8ac162a

Please sign in to comment.