Skip to content

chore(deps): bump ws from 7.5.10 to 7.5.11 in the security-major-updates group across 1 directory #140

chore(deps): bump ws from 7.5.10 to 7.5.11 in the security-major-updates group across 1 directory

chore(deps): bump ws from 7.5.10 to 7.5.11 in the security-major-updates group across 1 directory #140

Workflow file for this run

name: build
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: tetherto/oss-actions/node-base@v1
- run: npm run lint
test:
strategy:
matrix:
include:
- os: ubuntu-latest
platform: linux
runs-on: ${{ matrix.os }}
name: Test / ${{ matrix.platform }}
steps:
- uses: tetherto/oss-actions/node-base@v1
- run: npm test