Skip to content

chore(deps-dev): bump qs from 6.14.0 to 6.14.1 #47

chore(deps-dev): bump qs from 6.14.0 to 6.14.1

chore(deps-dev): bump qs from 6.14.0 to 6.14.1 #47

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/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
- name: Build
run: npm run build