Skip to content

DELTA-1 Update node version #51

DELTA-1 Update node version

DELTA-1 Update node version #51

Workflow file for this run

name: Test
on: pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: Brightspace/third-party-actions@actions/checkout
- name: Setup Node
uses: Brightspace/setup-node@main
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- name: Build
run: npm run build