Skip to content

Commit

Permalink
Update CI scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunoru committed Dec 13, 2023
1 parent 0143c5e commit c82e8c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ jobs:
with:
submodules: true

- name: Setup Node.js 🟩
uses: actions/setup-node@v4
with:
node-version: 20

- name: Setup VGC Tools 🛠️
working-directory: ./vgc-tools
run: |
yarn
yarn build
- name: Install and Build 🔧
run: |
yarn
Expand Down

0 comments on commit c82e8c8

Please sign in to comment.