Skip to content

[Snyk] Security upgrade glob from 7.2.3 to 9.0.0 #21

[Snyk] Security upgrade glob from 7.2.3 to 9.0.0

[Snyk] Security upgrade glob from 7.2.3 to 9.0.0 #21

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install
- run: npm test