From 44af30b841fc96e3e7f09687d57e5b5183128a43 Mon Sep 17 00:00:00 2001 From: id Date: Fri, 1 May 2026 01:12:12 +0700 Subject: [PATCH] ci: add setup node into release.yaml --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b0a60bb..5b5f528 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,6 +46,11 @@ jobs: fetch-depth: 0 persist-credentials: true + - name: Set up node@24 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + with: + node-version: 24 + - name: Set up bun@latest uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0