Skip to content

fix: repalce goerli with sepolia (#32) #544

fix: repalce goerli with sepolia (#32)

fix: repalce goerli with sepolia (#32) #544

Workflow file for this run

name: Build and Test NODE
on:
push:
-branches:
- main
pull_request:
workflow_dispatch:
jobs:
build-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn generate-plugin-schema
- run: yarn test:ci