Skip to content

build(deps): bump webpack from 5.11.0 to 5.94.0 in /packages/cli #707

build(deps): bump webpack from 5.11.0 to 5.94.0 in /packages/cli

build(deps): bump webpack from 5.11.0 to 5.94.0 in /packages/cli #707

Workflow file for this run

name: test all
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn bootstrap
- run: yarn test