Skip to content

👷 fix build

👷 fix build #4

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn run build
- run: yarn test