Skip to content

chore(deps): bump react-dom and @types/react-dom in /frontend #9

chore(deps): bump react-dom and @types/react-dom in /frontend

chore(deps): bump react-dom and @types/react-dom in /frontend #9

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install frontend dependencies and build
run: |
cd frontend
npm ci
npm run build
- name: Install blockchain dependencies and test
run: |
cd blockchain
npm ci
npx hardhat test