Skip to content

fix(deps): update nrwl monorepo to v19 (major) #1140

fix(deps): update nrwl monorepo to v19 (major)

fix(deps): update nrwl monorepo to v19 (major) #1140

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build:lib
npm run build --bulma-app
env:
CI: true