diff --git a/.github/workflows/build-and-analysis.yml b/.github/workflows/build-and-analysis.yml index 18f3c0ba320f3..c8508c315e86a 100644 --- a/.github/workflows/build-and-analysis.yml +++ b/.github/workflows/build-and-analysis.yml @@ -57,7 +57,7 @@ jobs: cache- - name: Set up Node.js - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 with: node-version-file: '.nvmrc' cache: 'npm' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0c72181facfa8..414a130defacf 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -41,7 +41,7 @@ jobs: cache- - name: Set up Node.js - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 with: node-version-file: '.nvmrc' cache: 'npm' @@ -88,7 +88,7 @@ jobs: cache- - name: Set up Node.js - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 + uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 with: node-version-file: '.nvmrc' cache: 'npm'