diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4144c0827eb..b9b518ee8be 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -165,7 +165,7 @@ jobs: path: vendor/llhttp/build - name: Setup NodeJS if: steps.cache.outputs.cache-hit != 'true' - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 18 - name: Generate llhttp sources