Skip to content

build(deps-dev): bump webpack from 5.104.1 to 5.105.0 #2203

build(deps-dev): bump webpack from 5.104.1 to 5.105.0

build(deps-dev): bump webpack from 5.104.1 to 5.105.0 #2203

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint
- run: yarn test
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: latest-devedition
- run: yarn test:e2e