diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 36b45a74..c24b0551 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x cache: yarn cache-dependency-path: front/yarn.lock diff --git a/.github/workflows/native-update.yml b/.github/workflows/native-update.yml index dd889363..7f7079a1 100644 --- a/.github/workflows/native-update.yml +++ b/.github/workflows/native-update.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x cache: yarn cache-dependency-path: front/yarn.lock