diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8027855..a9075d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: SKIP_YARN_COREPACK_CHECK: true steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: 20.8.1 cache: "yarn"