Skip to content

Bump webpack from 4.47.0 to 5.100.2 #33

Bump webpack from 4.47.0 to 5.100.2

Bump webpack from 4.47.0 to 5.100.2 #33

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: make eslint
- run: make build