Skip to content

Bump webpack from 5.73.0 to 5.76.0 #143

Bump webpack from 5.73.0 to 5.76.0

Bump webpack from 5.73.0 to 5.76.0 #143

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
jobs:
build:
name: Install + Test + Build
runs-on: ubuntu-latest
container: node:16.13-alpine
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn test
- run: yarn build