diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index eecca5416..4d35cf6cf 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -21,7 +21,7 @@ jobs: - name: Import Public PGP Key run: curl https://keybase.io/travi/key.asc | gpg --import - name: Setup node - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version-file: .nvmrc cache: npm @@ -47,7 +47,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - name: Setup node - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/percy.yml b/.github/workflows/percy.yml index 50ce6dc76..1f3104aa3 100644 --- a/.github/workflows/percy.yml +++ b/.github/workflows/percy.yml @@ -11,7 +11,7 @@ jobs: run: 'echo ::set-output name=NVMRC::$(cat .nvmrc)' id: nvm - name: Setup node - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 + uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: node-version: '${{ steps.nvm.outputs.NVMRC }}' - uses: bahmutov/npm-install@v1