Skip to content

Deployed to Base Sepolia, modified hardhat config, modified deploy sc… #7

Deployed to Base Sepolia, modified hardhat config, modified deploy sc…

Deployed to Base Sepolia, modified hardhat config, modified deploy sc… #7

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Compile and test
run: npx hardhat compile && npx hardhat test
env:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}