diff --git a/.github/workflows/ci-detox-android.yml b/.github/workflows/ci-detox-android.yml index e610a101..07d8e186 100644 --- a/.github/workflows/ci-detox-android.yml +++ b/.github/workflows/ci-detox-android.yml @@ -74,9 +74,9 @@ jobs: uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x registry-url: https://registry.npmjs.org - name: Download Android Libraries diff --git a/.github/workflows/ci-detox-ios.yml b/.github/workflows/ci-detox-ios.yml index 2c3b63d0..c032cad0 100644 --- a/.github/workflows/ci-detox-ios.yml +++ b/.github/workflows/ci-detox-ios.yml @@ -69,9 +69,9 @@ jobs: uses: actions/checkout@v2 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x registry-url: https://registry.npmjs.org - name: Download iOS Libraries diff --git a/.github/workflows/ci-wrapper-rn.yml b/.github/workflows/ci-wrapper-rn.yml index 4fd16825..5e8c590b 100644 --- a/.github/workflows/ci-wrapper-rn.yml +++ b/.github/workflows/ci-wrapper-rn.yml @@ -23,9 +23,9 @@ jobs: uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # pin@v3.5.1 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x registry-url: https://registry.npmjs.org - name: Install Dependencies @@ -57,9 +57,9 @@ jobs: override: true - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x registry-url: https://registry.npmjs.org - name: Set up JDK 17 @@ -107,9 +107,9 @@ jobs: override: true - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x registry-url: https://registry.npmjs.org - name: Set up JDK 17 diff --git a/.github/workflows/ci-wrapper-wasm.yml b/.github/workflows/ci-wrapper-wasm.yml index ccb6e71d..fd907003 100644 --- a/.github/workflows/ci-wrapper-wasm.yml +++ b/.github/workflows/ci-wrapper-wasm.yml @@ -65,9 +65,9 @@ jobs: # Required for publishing NPM package - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x registry-url: "https://registry.npmjs.org" - name: Run yarn install @@ -113,9 +113,9 @@ jobs: # Required for publishing NPM package - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 22.x registry-url: "https://registry.npmjs.org" - name: Run yarn install