Skip to content

revert solidity version to 0.8.13 (supported by Ganache) #591

revert solidity version to 0.8.13 (supported by Ganache)

revert solidity version to 0.8.13 (supported by Ganache) #591

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