Skip to content

Bump webpack from 5.82.0 to 5.94.0 #380

Bump webpack from 5.82.0 to 5.94.0

Bump webpack from 5.82.0 to 5.94.0 #380

Workflow file for this run

name: Check CI
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js environment
uses: actions/setup-node@v4
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
- name: Build
run: yarn run build
- name: Test
run: xvfb-run yarn test