Skip to content

Bump webpack from 5.99.6 to 5.100.1 #306

Bump webpack from 5.99.6 to 5.100.1

Bump webpack from 5.99.6 to 5.100.1 #306

Workflow file for this run

---
on:
pull_request:
branches:
- master
- main
paths:
- '_posts/**'
- 'content/**'
- 'assets/**'
- 'src/**'
- 'index.md'
- '_includes/**'
- '_data/**'
- '_image_sources/**'
- 'galleries/**'
- 'navigation_and_indexes/**'
- 'products/**'
- '.github/workflows/on_push_to_master_test_and_deploy.yaml'
- '.github/workflows/on_call_build_site.yaml'
- '.github/workflows/on_call_staging_test.yaml'
- 'package.json'
- 'package-lock.json'
- 'webpack.config.js'
- 'favicon.png'
- '.eleventy.*'
- '_config.yml'
- 'google*.html'
- 'ads.txt'
- 'serve.Dockerfile'
- 'docker-compose.yml'
jobs:
build_site:
uses: ./.github/workflows/on_call_build_site.yaml
staging_test:
uses: ./.github/workflows/on_call_staging_test.yaml
needs: build_site