Skip to content

fix: package version for ethereum bloom #151

fix: package version for ethereum bloom

fix: package version for ethereum bloom #151

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: CHECK-OUT GIT REPOSITORY
uses: actions/checkout@v3
- name: Use Node.js (v18)
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Check lint
run: npm run lint
- name: Build
run: npm run build