Skip to content

Bump webpack-cli from 5.1.4 to 6.0.1 #102

Bump webpack-cli from 5.1.4 to 6.0.1

Bump webpack-cli from 5.1.4 to 6.0.1 #102

Workflow file for this run

name: Build and check
on:
pull_request:
branches: [main]
jobs:
build:
if: github.event_name != 'push'
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm install
npm run build