Skip to content

Solidity version downgraded so it can be used with Ganache test frame… #594

Solidity version downgraded so it can be used with Ganache test frame…

Solidity version downgraded so it can be used with Ganache test frame… #594

Workflow file for this run

name: CI
on: [push]
jobs:
ci-all:
name: Lint, build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Build for production
run: pnpm build