Skip to content

Bump webpack from 5.90.3 to 5.94.0 in the npm_and_yarn group #120

Bump webpack from 5.90.3 to 5.94.0 in the npm_and_yarn group

Bump webpack from 5.90.3 to 5.94.0 in the npm_and_yarn group #120

Workflow file for this run

name: PR Checks
on:
pull_request:
jobs:
pr-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
- run: yarn install
- name: Run prettier
run: yarn check-format