Skip to content

chore(deps-dev): bump webpack from 5.72.0 to 5.94.0 #369

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

chore(deps-dev): bump webpack from 5.72.0 to 5.94.0 #369

Workflow file for this run

on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [18.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Yarn install
run: yarn install
- name: Build, lint, test and package
uses: GabrielBB/xvfb-action@v1
with:
run: node make.js allDev