Skip to content

fix: bump cookie to ^0.7.0 for CVE-2024-47764 (#932) (#994) #256

fix: bump cookie to ^0.7.0 for CVE-2024-47764 (#932) (#994)

fix: bump cookie to ^0.7.0 for CVE-2024-47764 (#932) (#994) #256

name: E2E Tests for framework detection
on:
push:
branches: [main, ga]
jobs:
detection-e2e-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Test framework detection
run: |
npm ci
npm run e2e:detection:test