Skip to content

[Snyk] Upgrade reflect-metadata from 0.1.13 to 0.1.14 #12

[Snyk] Upgrade reflect-metadata from 0.1.13 to 0.1.14

[Snyk] Upgrade reflect-metadata from 0.1.13 to 0.1.14 #12

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