Skip to content

Commit

Permalink
Updated node deps & release-build workflow to resolve uglify parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Sep 19, 2023
1 parent 7a2eac7 commit c840081
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 391 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [12.3.1]

steps:
- name: Checkout code
Expand All @@ -26,7 +26,7 @@ jobs:
uses: fregante/setup-git-user@v1

- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn build-dev

- name: Upload Release .wigt
uses: svenstaro/upload-release-action@v2
Expand Down
Loading

0 comments on commit c840081

Please sign in to comment.