Skip to content

Bump webpack from 5.94.0 to 5.96.1 #1228

Bump webpack from 5.94.0 to 5.96.1

Bump webpack from 5.94.0 to 5.96.1 #1228

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@main
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test
env:
CI: true