Skip to content

chore: revert "bump webpack from 5.94.0 to 5.105.0 (#13040)" (#13074) #14455

chore: revert "bump webpack from 5.94.0 to 5.105.0 (#13040)" (#13074)

chore: revert "bump webpack from 5.94.0 to 5.105.0 (#13040)" (#13074) #14455

Workflow file for this run

name: CI - lint
on:
pull_request:
push:
branches:
- 'main'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 22
cache: 'yarn'
- name: Install Dependencies
run: yarn --immutable
- name: Lint
run: yarn ci:lint