Skip to content

Commit d45d086

Browse files
committed
test(ci): bump runner os versions and node version in workflows
1 parent 6091d42 commit d45d086

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 1
7070
- uses: actions/setup-node@v4
7171
with:
72-
node-version: 18
72+
node-version: 20
7373
- name: Get yarn cache directory path
7474
id: yarn-cache-dir-path
7575
run: echo "::set-output name=dir::$(yarn cache dir)"

.github/workflows/tests_e2e.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-node@v4
3636
with:
37-
node-version: 18
37+
node-version: 20
3838
- name: Get yarn cache directory path
3939
id: yarn-cache-dir-path
4040
run: echo "yarn-cache-dir-path=$(yarn cache dir)" >> $GITHUB_OUTPUT
@@ -66,12 +66,6 @@ jobs:
6666
distribution: 'temurin'
6767
java-version: '17'
6868

69-
- name: Verify JDK
70-
# Default JDK varies depending on different runner flavors, make we get expected version
71-
# Run a check that exits with error unless it is 11 version to future-proof against unexpected upgrades
72-
run: java -fullversion 2>&1 | grep '17.0'
73-
shell: bash
74-
7569
- name: Build Android App
7670
uses: nick-fields/retry@v2
7771
with:
@@ -85,7 +79,7 @@ jobs:
8579
# ------------------
8680
ios:
8781
name: iOS
88-
runs-on: macos-13
82+
runs-on: macos-latest
8983
# TODO matrix across APIs, at least 10 and 13 (lowest to highest)
9084
timeout-minutes: 60
9185
steps:
@@ -95,7 +89,7 @@ jobs:
9589

9690
- uses: actions/setup-node@v4
9791
with:
98-
node-version: 18
92+
node-version: 20
9993

10094
- uses: maxim-lobanov/setup-xcode@v1
10195
with:

0 commit comments

Comments
 (0)