diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53ac08732..896a6dd7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 2 - name: Setup Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: 18 - uses: pnpm/action-setup@v2