Skip to content

feat: consider marketplace v3 nft mint (#82) #182

feat: consider marketplace v3 nft mint (#82)

feat: consider marketplace v3 nft mint (#82) #182

Workflow file for this run

name: node
on: push
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- name: install
run: npm install
- name: build
run: npm run build