Skip to content

Create Archive for deprecated dapps #287

Create Archive for deprecated dapps

Create Archive for deprecated dapps #287

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install yarn
run: npm i yarn
- name: Install dependencies
run: yarn
- name: Build
run: yarn build