Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Bump webpack from 5.76.0 to 5.94.0 #96

Bump webpack from 5.76.0 to 5.94.0

Bump webpack from 5.76.0 to 5.94.0 #96

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: install dependencies
run: yarn install
shell: bash
- name: test
run: yarn test
shell: bash