diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15e10fc61..8376469ee 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@17f8bd926464a1afa4c6a11669539e9c1ba77048 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..8e55d0626 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@17f8bd926464a1afa4c6a11669539e9c1ba77048 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 bb32c4348..fc744d6c4 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@17f8bd926464a1afa4c6a11669539e9c1ba77048 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@17f8bd926464a1afa4c6a11669539e9c1ba77048 with: node-version: '16' registry-url: 'https://registry.npmjs.org'