Skip to content

Commit c21f82f

Browse files
committed
feat: update Node.js and actions/setup-node versions
Update Node.js from v18 to v20 and actions/setup-node from v3 to v4 in the GitHub workflow. Ticket: BTC-0
1 parent c85e243 commit c21f82f

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)