Skip to content

Merge pull request #108 from JTSIV1/generalBackoff #211

Merge pull request #108 from JTSIV1/generalBackoff

Merge pull request #108 from JTSIV1/generalBackoff #211

Workflow file for this run

name: build-core
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
npm install
npm run build