Skip to content

build(deps): bump ws from 8.17.0 to 8.17.1 in /release/app #895

build(deps): bump ws from 8.17.0 to 8.17.1 in /release/app

build(deps): bump ws from 8.17.0 to 8.17.1 in /release/app #895

Workflow file for this run

name: Build App
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Packages
run: npm install
- name: Build
run: npm run test-build --if-present
# - name: Test
# run: npm test