File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Node.js
18
18
uses : actions/setup-node@v4
19
19
with :
20
- node-version : 18
20
+ node-version : 20
21
21
22
22
- name : Install dependencies
23
23
run : npm install
35
35
- name : Setup Node.js
36
36
uses : actions/setup-node@v4
37
37
with :
38
- node-version : 18
38
+ node-version : 20
39
39
- name : Making sure the android example app builds
40
40
run : |
41
41
npm install
54
54
- name : Setup Node.js
55
55
uses : actions/setup-node@v4
56
56
with :
57
- node-version : 18
57
+ node-version : 20
58
58
- name : Making sure the ios example app builds
59
59
run : |
60
60
npm install
74
74
- name : Setup Node.js
75
75
uses : actions/setup-node@v4
76
76
with :
77
- node-version : 18
77
+ node-version : 20
78
78
79
79
- name : Install dependencies
80
80
run : npm install
Original file line number Diff line number Diff line change 88
88
"expo-modules-core" : " ^1.5.11" ,
89
89
"husky" : " ^8.0.0" ,
90
90
"prettier" : " ^3.0.0" ,
91
- "semantic-release" : " ^22 .0.0" ,
91
+ "semantic-release" : " ^23 .0.0" ,
92
92
"@babel/core" : " ^7.20.0"
93
93
},
94
94
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments