Skip to content

fix typo in dependabot #13

fix typo in dependabot

fix typo in dependabot #13

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