Skip to content

Content-Security-Policy: throw if directive value lacks necessary quotes #223

Content-Security-Policy: throw if directive value lacks necessary quotes

Content-Security-Policy: throw if directive value lacks necessary quotes #223

Workflow file for this run

name: Node.js CI
on: [push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- run: npm ci
- run: npm test
env:
CI: true