update build workflow

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

View File

@@ -13,6 +13,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: "yarn install" - name: "yarn install"
run: yarn install run: yarn install