Skip to content

Updating workflow and adding region config #265

Updating workflow and adding region config

Updating workflow and adding region config #265

Workflow file for this run

name: Main
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn install
- run: yarn test
- run: yarn build