Skip to content

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group #125

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group #125

Workflow file for this run

on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm install
- run: npm run check
- run: npm run lint