Skip to content

Commit f8589c4

Browse files
Merge pull request #36 from BitGo/BTC-00-0
feat: pin specific versions for CI tooling
2 parents b05c608 + 00eb6e6 commit f8589c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030

3131
- name: Ensure npm 11.5.1 or later for trusted publishing
3232
run: |
33-
npm install -g npm@latest
33+
npm install -g npm@11.5.1
3434
3535
- name: Install Rust
3636
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
3737
with:
38-
toolchain: nightly
38+
toolchain: nightly-2025-10-23
3939

4040
- name: Cache Rust dependencies
4141
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1

0 commit comments

Comments
 (0)