Skip to content

chore(deps): Bump webpack from 5.95.0 to 5.96.1 (#414) #910

chore(deps): Bump webpack from 5.95.0 to 5.96.1 (#414)

chore(deps): Bump webpack from 5.95.0 to 5.96.1 (#414) #910

Workflow file for this run

name: Node
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint