You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ jobs:
13
13
- uses: actions/checkout@v5
14
14
with:
15
15
persist-credentials: false
16
+
- name: Enable Corepack
17
+
run: corepack enable
16
18
17
19
- name: Enable KVM group perms
18
20
run: |
@@ -33,9 +35,9 @@ jobs:
33
35
key: avd-31
34
36
35
37
- name: Setup NodeJS
36
-
uses: actions/setup-node@v5
38
+
uses: actions/setup-node@v6
37
39
with:
38
-
node-version: 18
40
+
node-version: 24
39
41
cache: 'yarn'
40
42
41
43
- name: Set up JDK 17
@@ -45,11 +47,6 @@ jobs:
45
47
distribution: 'adopt'
46
48
cache: 'gradle'
47
49
48
-
- name: Setup Yarn
49
-
run: |
50
-
npm install -g yarn
51
-
echo "Yarn version: $(yarn -v)"
52
-
53
50
- name: Install Dependencies
54
51
run: yarn install --frozen-lockfile
55
52
@@ -93,6 +90,8 @@ jobs:
93
90
- uses: actions/checkout@v5
94
91
with:
95
92
persist-credentials: false
93
+
- name: Enable Corepack
94
+
run: corepack enable
96
95
97
96
- uses: irgaly/xcode-cache@v1
98
97
if: false # Currently broken, see e.g. https://github.com/powersync-ja/react-native-quick-sqlite/actions/runs/18458692696/job/52584961537
0 commit comments