Skip to content

chore(deps): bump ws from 8.20.0 to 8.21.0 (#491) #1072

chore(deps): bump ws from 8.20.0 to 8.21.0 (#491)

chore(deps): bump ws from 8.20.0 to 8.21.0 (#491) #1072

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- main
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version-file: .node-version
cache: 'yarn'
- name: Install
run: |
yarn install
yarn playwright install
- name: Lint
run: yarn lint
- name: Check formatting
run: yarn format:check
- name: Test
run: yarn test
- name: Build
run: yarn build