Skip to content

Bump webpack from 5.91.0 to 5.94.0 #78

Bump webpack from 5.91.0 to 5.94.0

Bump webpack from 5.91.0 to 5.94.0 #78

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: CI Build
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Build Packages
shell: bash
run: yarn