Skip to content

Initial Commit for create-web3js-dapp #3

Initial Commit for create-web3js-dapp

Initial Commit for create-web3js-dapp #3

name: create-web3js-dapp Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [ opened, reopened, synchronize ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm i
- run: npm run build