Skip to content

Bump webpack from 5.89.0 to 5.94.0 #51

Bump webpack from 5.89.0 to 5.94.0

Bump webpack from 5.89.0 to 5.94.0 #51

Workflow file for this run

name: Test
on:
push:
branches: [master, main]
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm run build
lint:
name: Lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm run lint