Skip to content

chore(deps): bump helmet from 6.0.1 to 8.0.0 #172

chore(deps): bump helmet from 6.0.1 to 8.0.0

chore(deps): bump helmet from 6.0.1 to 8.0.0 #172

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint
- run: yarn test --coverage
- name: 'Upload to Codecov'
uses: 'codecov/codecov-action@v4'
with:
directory: coverage
env:
CODECOV_TOKEN: '${{ secrets.CODECOV_TOKEN }}'