From c21f82f29c7666a47c641d6ea9c8330307f62a19 Mon Sep 17 00:00:00 2001 From: Luis Covarrubias Date: Thu, 6 Nov 2025 00:48:43 -0800 Subject: [PATCH] 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 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f1efad6..1f9636d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,9 +24,9 @@ jobs: fetch-depth: 0 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install Rust uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1