diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ece9edcc475..decf05d1db2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: path: vendor/llhttp/build - name: Setup NodeJS if: steps.cache.outputs.cache-hit != 'true' - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '14' - name: Generate llhttp sources