From 1d6d57a18c764d669754eb5ca21cb3f01ac1d51e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:34:40 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/build-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 2ae2ab7..d54a8a8 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -24,7 +24,7 @@ jobs: name: build-artifact path: build - name: Set Node.js 22.x - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x - name: Install dependencies