Skip to content

Bump webpack from 5.91.0 to 5.92.1 #65

Bump webpack from 5.91.0 to 5.92.1

Bump webpack from 5.91.0 to 5.92.1 #65

Workflow file for this run

name: Main
on:
push:
pull_request:
jobs:
validate:
runs-on: "ubuntu-latest"
name: Validate
steps:
- name: ⬇️ Checkout Repo
uses: actions/checkout@v4
- name: ⬢ Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '*'
cache: npm
- name: 📦 Install Packages
run: npm ci