Skip to content

Bump webpack from 5.76.0 to 5.94.0 #18

Bump webpack from 5.76.0 to 5.94.0

Bump webpack from 5.76.0 to 5.94.0 #18

Workflow file for this run

name: Build
on:
pull_request:
types:
- opened
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run npm build
run: npm run build