Skip to content

chore(deps-dev): bump node-fetch from 3.2.2 to 3.3.2 #102

chore(deps-dev): bump node-fetch from 3.2.2 to 3.3.2

chore(deps-dev): bump node-fetch from 3.2.2 to 3.3.2 #102

Workflow file for this run

name: build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-node@v2.5.1
with:
node-version: 12
- run: yarn install
- run: yarn build
env:
NODE_ENV: production
- run: npx flareact build