Skip to content

Commit

Permalink
Demo Data Generator Fix (#60)
Browse files Browse the repository at this point in the history
* update

* test

* Apply automatic changes

---------

Co-authored-by: XOmniverse <XOmniverse@users.noreply.github.com>
  • Loading branch information
XOmniverse and XOmniverse authored Nov 1, 2023
1 parent 471040a commit 6baf79a
Show file tree
Hide file tree
Showing 25 changed files with 15,004 additions and 15,015 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update_demo_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
update-demo-data:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout code
Expand All @@ -32,11 +32,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Install underscore library
run: npm install underscore
run: npm install underscore --legacy-peer-deps

- name: Run the update script
run: bash ./update_demo_data.sh
Expand Down
Loading

0 comments on commit 6baf79a

Please sign in to comment.