Skip to content

chore(deps): bump ws, engine.io and socket.io-adapter in /test/angular #223

chore(deps): bump ws, engine.io and socket.io-adapter in /test/angular

chore(deps): bump ws, engine.io and socket.io-adapter in /test/angular #223

Workflow file for this run

name: Docs
on:
pull_request:
types: [opened, reopened, synchronize]
env:
FORCE_COLOR: 2
NODE: 20
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "${{ env.NODE }}"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Build Storybook
run: npm run build-storybook