diff --git a/.github/workflows/android-e2e-test.yml b/.github/workflows/android-e2e-test.yml index b7897482d..d92b20b20 100644 --- a/.github/workflows/android-e2e-test.yml +++ b/.github/workflows/android-e2e-test.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: "yarn" - name: Setup JDK 11 uses: actions/setup-java@v3 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7b7ae034f..6799cf687 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/ios-e2e-test.yml b/.github/workflows/ios-e2e-test.yml index 6b5ecf8b9..54bf4e6f4 100644 --- a/.github/workflows/ios-e2e-test.yml +++ b/.github/workflows/ios-e2e-test.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: "yarn" - name: Get Xcode version run: xcodebuild -version diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 556b24e2e..5c0be9be8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v3 with: - node-version: "16.x" + node-version: "18.x" registry-url: "https://registry.npmjs.org" cache: yarn - run: yarn install --frozen-lockfile diff --git a/.github/workflows/verify-docs.yml b/.github/workflows/verify-docs.yml index e3ee0902a..a1b78dfed 100644 --- a/.github/workflows/verify-docs.yml +++ b/.github/workflows/verify-docs.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile @@ -57,7 +57,7 @@ jobs: - run: echo "PREVIEW_PATH=pr-preview/pr-${{ github.event.number }}" >> "$GITHUB_ENV" - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/verify-js.yml b/.github/workflows/verify-js.yml index 1afe8d1b5..14fc0501b 100644 --- a/.github/workflows/verify-js.yml +++ b/.github/workflows/verify-js.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies run: | @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: yarn - name: Install dependencies run: |