Skip to content

Bump webpack from 5.92.1 to 5.94.0 #924

Bump webpack from 5.92.1 to 5.94.0

Bump webpack from 5.92.1 to 5.94.0 #924

Workflow file for this run

# Deployment action from https://github.com/TartanLlama/actions-eleventy/
name: test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies with NPM
run: npm install
- name: Bundle assets with Webpack and build site with Eleventy
run: npm run build