Skip to content

Commit 058c1d6

Browse files
authored
Merge pull request #34 from BitGo/BTC-0
feat: update Node.js and actions/setup-node versions
2 parents 329906c + c21f82f commit 058c1d6

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
@@ -24,9 +24,9 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Setup Node
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
29-
node-version: 18
29+
node-version: 20
3030

3131
- name: Install Rust
3232
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1

0 commit comments

Comments
 (0)