Skip to content

Merge pull request #35 from decentraland/feat/fix-cancelled-orders-an… #66

Merge pull request #35 from decentraland/feat/fix-cancelled-orders-an…

Merge pull request #35 from decentraland/feat/fix-cancelled-orders-an… #66

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