Skip to content

[Snyk] Upgrade helmet from 6.1.5 to 6.2.0 #326

[Snyk] Upgrade helmet from 6.1.5 to 6.2.0

[Snyk] Upgrade helmet from 6.1.5 to 6.2.0 #326

Workflow file for this run

name: TEST
on:
push:
branches: ['master', 'dev']
pull_request:
branches: ['master', 'dev']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- name: Install Dependencies
run: npm install
- run: npm run build --if-present