Skip to content

Merge pull request #61 from project-error/dependabot/npm_and_yarn/typ… #105

Merge pull request #61 from project-error/dependabot/npm_and_yarn/typ…

Merge pull request #61 from project-error/dependabot/npm_and_yarn/typ… #105

Workflow file for this run

name: Build Test
on: [push, pull_request]
jobs:
build-test:
name: Build Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
cache: 'yarn'
- name: Install dependencies NUI
run: yarn install --frozen-lockfile
- name: Build Bundles
run: yarn build