|
@@ -10,7 +10,7 @@ jobs:
|
10
|
10
|
- uses: actions/checkout@v4
|
11
|
11
|
- uses: actions/setup-node@v4
|
12
|
12
|
with:
|
13
|
|
- node-version: 16
|
|
13
|
+ node-version: 20
|
14
|
14
|
cache: 'npm'
|
15
|
15
|
- name: Get changed files
|
16
|
16
|
id: changed-files
|
|
@@ -37,7 +37,7 @@ jobs:
|
37
|
37
|
- uses: actions/checkout@v4
|
38
|
38
|
- uses: actions/setup-node@v4
|
39
|
39
|
with:
|
40
|
|
- node-version: 16
|
|
40
|
+ node-version: 20
|
41
|
41
|
cache: 'npm'
|
42
|
42
|
- run: npm install
|
43
|
43
|
- run: make
|
|
@@ -48,7 +48,7 @@ jobs:
|
48
|
48
|
- uses: actions/checkout@v4
|
49
|
49
|
- uses: actions/setup-node@v4
|
50
|
50
|
with:
|
51
|
|
- node-version: 16
|
|
51
|
+ node-version: 20
|
52
|
52
|
cache: 'npm'
|
53
|
53
|
- run: npm install
|
54
|
54
|
- run: make
|
|
@@ -59,7 +59,7 @@ jobs:
|
59
|
59
|
- uses: actions/checkout@v4
|
60
|
60
|
- uses: actions/setup-node@v4
|
61
|
61
|
with:
|
62
|
|
- node-version: 16
|
|
62
|
+ node-version: 20
|
63
|
63
|
cache: 'npm'
|
64
|
64
|
- run: npm install
|
65
|
65
|
- run: npx react-native bundle --entry-file react/index.native.js --platform android --bundle-output /tmp/android.bundle --reset-cache
|
|
@@ -74,7 +74,7 @@ jobs:
|
74
|
74
|
- uses: actions/checkout@v4
|
75
|
75
|
- uses: actions/setup-node@v4
|
76
|
76
|
with:
|
77
|
|
- node-version: 16
|
|
77
|
+ node-version: 20
|
78
|
78
|
cache: 'npm'
|
79
|
79
|
- run: npm install
|
80
|
80
|
- name: setup Xcode
|