Skip to content

chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 #141

chore(deps-dev): bump webpack from 5.76.0 to 5.94.0

chore(deps-dev): bump webpack from 5.76.0 to 5.94.0 #141

Workflow file for this run

name: Testing
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: |
npm ci
npm test