Skip to content

Merge pull request #7 from mrks115/update_node #21

Merge pull request #7 from mrks115/update_node

Merge pull request #7 from mrks115/update_node #21

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build