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