diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f55b906d..99a5c602 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 with: token: ${{ secrets.PAT }} - - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v3 + - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v3 with: # needed for terraform-setup https://github.com/hashicorp/setup-terraform/issues/84 node-version: '16'