diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cc53c1..9bbadf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 07f646c..adb7f2f 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/pr-vsix-build.yml b/.github/workflows/pr-vsix-build.yml index 0dbba01..a19f206 100644 --- a/.github/workflows/pr-vsix-build.yml +++ b/.github/workflows/pr-vsix-build.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc @@ -138,7 +138,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc diff --git a/.github/workflows/pr-vsix-comment.yml b/.github/workflows/pr-vsix-comment.yml index 507316d..52d4b1e 100644 --- a/.github/workflows/pr-vsix-comment.yml +++ b/.github/workflows/pr-vsix-comment.yml @@ -35,7 +35,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc @@ -65,7 +65,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc diff --git a/.github/workflows/pr-vsix-refresh.yml b/.github/workflows/pr-vsix-refresh.yml index db6f4b3..01e88e8 100644 --- a/.github/workflows/pr-vsix-refresh.yml +++ b/.github/workflows/pr-vsix-refresh.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b2b7c8..033cfa4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm @@ -90,7 +90,7 @@ jobs: ref: ${{ needs.preflight.outputs.release_ref }} - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/reusable-build-vsix.yml b/.github/workflows/reusable-build-vsix.yml index 4e602a6..a590a35 100644 --- a/.github/workflows/reusable-build-vsix.yml +++ b/.github/workflows/reusable-build-vsix.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9a17434..4cba6f0 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -56,7 +56,7 @@ jobs: - name: Set up Node.js if: matrix.setup-node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm