Skip to content

chore!: migrate websockets to OpenRPC client #240

chore!: migrate websockets to OpenRPC client

chore!: migrate websockets to OpenRPC client #240

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: pnpm
- run: pnpm install --no-frozen-lockfile
- run: pnpm run ci