Skip to content

Bump webpack from 5.52.0 to 5.94.0 #34

Bump webpack from 5.52.0 to 5.94.0

Bump webpack from 5.52.0 to 5.94.0 #34

Workflow file for this run

name: Audit
on: [push, pull_request]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
cache: "npm"
- name: Install
run: npm i
- name: Audit signatures
run: npm audit signatures