Skip to content

Commit

Permalink
fixing build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jun 24, 2024
1 parent d517a45 commit a83709c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 18.19
- name: install meta-diagram
run: bash installation.sh -i
- name: install dependencies
run: yarn
- name: build
Expand All @@ -23,6 +25,8 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 18.19
- name: install meta-diagram
run: bash installation.sh -i
- name: install dependencies
run: yarn
- name: build
Expand Down

0 comments on commit a83709c

Please sign in to comment.