Skip to content

Merge pull request #12 from BentoBoxWorld/tastybento-patch-1 #43

Merge pull request #12 from BentoBoxWorld/tastybento-patch-1

Merge pull request #12 from BentoBoxWorld/tastybento-patch-1 #43

Workflow file for this run

name: Test Build / Run Downloads Site
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm i -g yarn
yarn
yarn add sqlite3
yarn build