Skip to content

Bump webpack from 5.95.0 to 5.104.1 #16

Bump webpack from 5.95.0 to 5.104.1

Bump webpack from 5.95.0 to 5.104.1 #16

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test