Skip to content

[Snyk] Security upgrade typed-rest-client from 1.8.6 to 2.0.1 #306

[Snyk] Security upgrade typed-rest-client from 1.8.6 to 2.0.1

[Snyk] Security upgrade typed-rest-client from 1.8.6 to 2.0.1 #306

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 12.x
- name: Install Dependencies
run: npm ci
- name: Compile and Lint
run: npm run pretest