Skip to content

chore: bump webpack-merge from 5.10.0 to 6.0.1 (#55) #95

chore: bump webpack-merge from 5.10.0 to 6.0.1 (#55)

chore: bump webpack-merge from 5.10.0 to 6.0.1 (#55) #95

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
cache: yarn
- run: yarn --frozen-lockfile
- run: npm test