Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

chore(deps-dev): bump qs from 6.5.2 to 6.5.3 (#20) #72

chore(deps-dev): bump qs from 6.5.2 to 6.5.3 (#20)

chore(deps-dev): bump qs from 6.5.2 to 6.5.3 (#20) #72

Workflow file for this run

name: "CI"
on: push
jobs:
run_tests:
runs-on: ubuntu-20.04
container:
image: jobteaser/node:2.0.0
steps:
- name: "Checkout"
uses: actions/[email protected]
with:
path: workspace
- name: "Install NPM dependencies"
working-directory: workspace
run: npm ci
- name: "Run Jest"
working-directory: workspace
run: npm test