Skip to content

chore(deps-dev): bump webpack from 5.81.0 to 5.95.0 #605

chore(deps-dev): bump webpack from 5.81.0 to 5.95.0

chore(deps-dev): bump webpack from 5.81.0 to 5.95.0 #605

Workflow file for this run

name: DSmartTrader Test
on:
pull_request:
branches:
- master
jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Node
uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e
with:
node-version: 18.x
- name: Install dependencies
uses: "./.github/actions/npm_install"
- name: Build
uses: "./.github/actions/build"
with:
target: production
- name: "Run Tests"
run: npm run test