Skip to content

chore: sec avoid vulnerable version of react for cli v1 #1856

chore: sec avoid vulnerable version of react for cli v1

chore: sec avoid vulnerable version of react for cli v1 #1856

Workflow file for this run

name: Smoke tests
on:
pull_request:
types: [opened, synchronize, reopened]
env:
CI: true
REDOCLY_TELEMETRY: off
jobs:
run-smoke-rebilly:
# Only run if PR is from the same repository (not a fork)
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 22
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Rebilly smoke test
run: npm run smoke:rebilly
env:
SANDBOX_REBILLY_TOKEN: ${{ secrets.SANDBOX_REBILLY_TOKEN }}