Skip to content

chore(deps-dev): bump ws in the npm_and_yarn group across 1 directory #51

chore(deps-dev): bump ws in the npm_and_yarn group across 1 directory

chore(deps-dev): bump ws in the npm_and_yarn group across 1 directory #51

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build_on_linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
with:
node-version: 20
- name: install dependencies
run: npm ci
- name: build
run: npm run make
build_on_mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
with:
node-version: 20
- name: install dependencies
run: npm ci
- name: build
run: npm run make
build_on_win:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
with:
node-version: 20
- name: install dependencies
run: npm ci
- name: build
run: npm run make