Skip to content

Update start.js fix to allow old and new versiond of nodejs to be used #35

Update start.js fix to allow old and new versiond of nodejs to be used

Update start.js fix to allow old and new versiond of nodejs to be used #35

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
# A job to generate and publish code coverage
lint:
name: Run Lint on source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "14"
- run: npm install
- run: npm run lint