diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1fbc029dec7..eeb77739ca3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -24,7 +24,7 @@ jobs: NODE_OPTIONS: --max-old-space-size=4000 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace # v4 + - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4 with: cache: "npm" node-version-file: ".nvmrc"