Skip to content

Bump ws from 7.5.9 to 7.5.10 #607

Bump ws from 7.5.9 to 7.5.10

Bump ws from 7.5.9 to 7.5.10 #607

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 馃Ъ lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
with:
config_file_path: 'renovate.json'
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint --if-present
- run: npm run build --if-present
- run: npm test --if-present