diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d97c686..7253b9d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: token: ${{ github.token }} - name: Setup Node.js v16.x.x - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd with: node-version: '16' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/publish-edge.yml b/.github/workflows/publish-edge.yml index 19bc30c3b..7c1e07a62 100644 --- a/.github/workflows/publish-edge.yml +++ b/.github/workflows/publish-edge.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Setup Node.js v16.x.x - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd with: node-version: '16' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 682597773..b3050d582 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Setup Node.js v16.x.x - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd with: node-version: '16' registry-url: 'https://registry.npmjs.org' @@ -88,7 +88,7 @@ jobs: - name: Checkout uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Setup Node.js v16.x.x - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd with: node-version: '16' registry-url: 'https://registry.npmjs.org'