Update build.yml

This commit is contained in:
Daniel Lautzenheiser 2022-12-01 12:56:25 -05:00 committed by GitHub
parent e75402c444
commit f8eaed3550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,6 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
@ -26,14 +22,15 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
cache-dependency-path: core/yarn.lock
node-version: 16
- name: Install
working-directory: ./core
run: |
npm ci
yarn install --frozen-lockfile
- name: Build
working-directory: ./core
run: |
npm run build
yarn build