Skip to content

build(deps): bump webpack from 5.76.0 to 5.94.0 #73

build(deps): bump webpack from 5.76.0 to 5.94.0

build(deps): bump webpack from 5.76.0 to 5.94.0 #73

Workflow file for this run

name: Sinbad Test Workflow
on:
pull_request:
branches:
- master
jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install npm packages
uses: "./.github/actions/npm_install_from_cache"
- name: Build
uses: "./.github/actions/build"