Skip to content

Bump ws from 8.16.0 to 8.17.1 in /example #6

Bump ws from 8.16.0 to 8.17.1 in /example

Bump ws from 8.16.0 to 8.17.1 in /example #6

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8.x.x
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm fmt:check
- run: pnpm type-check
- run: pnpm lint
- run: pnpm build