Update go.yml

This commit is contained in:
Pierre Balzack 2022-09-01 21:18:20 -07:00 committed by GitHub
parent c598f575e8
commit acc87b5f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
run: npm install --global yarn
- name: Build React
run: |
npm install --global yarn
cd net/web
yarn install
yarn build