diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4038ee09..3385486b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -119,7 +119,7 @@ jobs: path: vendor/llhttp/build - name: Setup NodeJS if: steps.cache.outputs.cache-hit != 'true' - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: '14' - name: Generate llhttp sources