Skip to content

build(deps): bump helmet from 5.0.2 to 7.1.0 #110

build(deps): bump helmet from 5.0.2 to 7.1.0

build(deps): bump helmet from 5.0.2 to 7.1.0 #110

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [dependabot/**]
jobs:
nodejs:
name: Node.js
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install Packages
run: npm ci
- name: Build Project
run: npm run build:git