Skip to content

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group across 1 directory #166

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group across 1 directory

Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group across 1 directory #166

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- gh-pages
- "renovate/**"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci
- run: npm run build