Skip to content

Bump webpack-cli from 5.1.4 to 6.0.1 #1246

Bump webpack-cli from 5.1.4 to 6.0.1

Bump webpack-cli from 5.1.4 to 6.0.1 #1246

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