Skip to content

[Snyk] Upgrade auth0 from 2.40.0 to 2.44.1 #11

[Snyk] Upgrade auth0 from 2.40.0 to 2.44.1

[Snyk] Upgrade auth0 from 2.40.0 to 2.44.1 #11

Workflow file for this run

name: "Test package"
on:
pull_request:
branches:
- "master"
types:
- "opened"
- "synchronize"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3
- name: "Use Node.js"
uses: actions/setup-node@v3
with:
node-version: 14
cache: "npm"
- name: "Install npm"
run: npm ci
- name: "Run all tests"
run: npm run test