Skip to content

Bump webpack from 5.92.0 to 5.92.1 #1198

Bump webpack from 5.92.0 to 5.92.1

Bump webpack from 5.92.0 to 5.92.1 #1198

Workflow file for this run

name: Test
on:
push:
jobs:
javascript:
name: JavaScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
- name: Install dependencies
run: |
yarn install
- name: Test
run: |
yarn test --ci --runInBand