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 1717 - name : Setup Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 18
20+ node-version : 20
2121
2222 - name : Install dependencies
2323 run : npm install
3535 - name : Setup Node.js
3636 uses : actions/setup-node@v4
3737 with :
38- node-version : 18
38+ node-version : 20
3939 - name : Making sure the android example app builds
4040 run : |
4141 npm install
5454 - name : Setup Node.js
5555 uses : actions/setup-node@v4
5656 with :
57- node-version : 18
57+ node-version : 20
5858 - name : Making sure the ios example app builds
5959 run : |
6060 npm install
7474 - name : Setup Node.js
7575 uses : actions/setup-node@v4
7676 with :
77- node-version : 18
77+ node-version : 20
7878
7979 - name : Install dependencies
8080 run : npm install
Original file line number Diff line number Diff line change 8888 "expo-modules-core" : " ^1.5.11" ,
8989 "husky" : " ^8.0.0" ,
9090 "prettier" : " ^3.0.0" ,
91- "semantic-release" : " ^22 .0.0" ,
91+ "semantic-release" : " ^23 .0.0" ,
9292 "@babel/core" : " ^7.20.0"
9393 },
9494 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments