Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Equinox- committed Jun 4, 2024
1 parent 28f211b commit 015c43a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
cache-dependency-path: 'SchemaFrontend/yarn.lock'
- run: corepack enable
- run: yarn set version stable
- name: Setup Node.js cache
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
cache-dependency-path: 'SchemaFrontend/yarn.lock'
- run: yarn install
- run: yarn run build
# Upload Frontend
Expand Down

0 comments on commit 015c43a

Please sign in to comment.