Skip to content

Bump path-to-regexp from 1.8.0 to 1.9.0 in /assets #17

Bump path-to-regexp from 1.8.0 to 1.9.0 in /assets

Bump path-to-regexp from 1.8.0 to 1.9.0 in /assets #17

Workflow file for this run

name: CI
on:
push:
branches:
- dev
- staging
- production
pull_request:
branches:
- dev
- staging
- production
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20.14.0'
- name: Install Snyk
run: npm install -g snyk
- name: Authenticate Snyk
run: snyk auth ${{ secrets.SNYK_TOKEN }}
- name: Run Snyk to check for vulnerabilities
run: snyk test