Skip to content

Bump webpack from 5.95.0 to 5.96.1 #15

Bump webpack from 5.95.0 to 5.96.1

Bump webpack from 5.95.0 to 5.96.1 #15

Workflow file for this run

---
name: CI
on: push
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: '๐Ÿง‘๐Ÿปโ€๐Ÿ’ป Checkout repository'
uses: actions/checkout@v4
- name: '๐ŸŒ Set up Node.js'
uses: actions/setup-node@v4
with:
node-version: '23'
- name: '๐Ÿ“ฆ Install pnpm'
run: npm install -g pnpm
- name: '๐Ÿ”— Install dependencies'
run: pnpm install
- name: '๐Ÿ‘ฎ๐Ÿป Lint'
run: pnpm install
- name: '๐Ÿ” Resolve'
run: pnpm run resolve
- name: '๐Ÿงช Test'
run: pnpm test
- name: '๐Ÿ‘ท๐Ÿป Build the project'
run: pnpm run build