Skip to content

Bump webpack from 5.93.0 to 5.94.0 #4

Bump webpack from 5.93.0 to 5.94.0

Bump webpack from 5.93.0 to 5.94.0 #4

Workflow file for this run

name: Build and test the package
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn
- run: yarn lint