update build workflow

This commit is contained in:
Nick Cipollo
2023-10-17 18:42:43 -04:00
parent a7c3669135
commit 7b2b452a12

View File

@@ -12,10 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: "yarn install"
run: yarn install
- name: "yarn build"
run: yarn build