Skip to content

chore(deps-dev): bump webpack from 5.46.0 to 5.88.2 #899

chore(deps-dev): bump webpack from 5.46.0 to 5.88.2

chore(deps-dev): bump webpack from 5.46.0 to 5.88.2 #899

Workflow file for this run

name: 'CI'
on:
push:
branches:
- master
pull_request:
jobs:
ci:
needs: [test]
runs-on: ubuntu-latest
steps:
- run: true
test:
name: yarn ${{ matrix.yarncmd }}
runs-on: ubuntu-latest
strategy:
matrix:
yarncmd: ['test', 'docs', 'test:downstream']
steps:
- uses: actions/checkout@v2
- name: Configure
run: |
npm config set scripts-prepend-node-path auto
git config --global user.email uirouter@github.actions
git config --global user.name uirouter_github_actions
- name: Install Dependencies
run: yarn install --pure-lockfile
- name: Check Peer Dependencies
run: npx check-peer-dependencies
- name: Run Tests
run: yarn ${{ matrix.yarncmd }}