diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 2d9650d..c458c74 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -34,10 +34,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Fetch Metrics + - name: Setup Node for metrics backend uses: actions/setup-node@v4 with: node-version: "20.x" + - name: Collect metrics and save output + id: metrics run: | npm i npm start