Skip to content

Merge pull request #48 from 1inch/fix/websocket-driver-dependabot-224 #110

Merge pull request #48 from 1inch/fix/websocket-driver-dependabot-224

Merge pull request #48 from 1inch/fix/websocket-driver-dependabot-224 #110

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
paths-ignore:
- .github/**
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Install pnpm and dependencies
run: |
npm install -g pnpm@10
pnpm install --frozen-lockfile
- name: Build production
run: pnpm run build