Skip to content

Bump webpack from 5.73.0 to 5.88.1 #130

Bump webpack from 5.73.0 to 5.88.1

Bump webpack from 5.73.0 to 5.88.1 #130

Workflow file for this run

---
name: Test
'on': push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Fail
id: fail
run: cat error.txt 2> errors.txt
- name: Google Chat Notification
uses: javiern8410/[email protected]
with:
name: Build
url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
status: ${{ job.status }}
if: always()