File tree Expand file tree Collapse file tree 9 files changed +12
-11
lines changed Expand file tree Collapse file tree 9 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 3636
3737 - uses : actions/setup-node@v3
3838 with :
39- node-version : 16
39+ node-version : 18
4040
4141 - name : Get yarn cache directory path
4242 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 2323 fetch-depth : 1
2424 - uses : actions/setup-node@v3
2525 with :
26- node-version : 16
26+ node-version : 18
2727 - name : Get yarn cache directory path
2828 id : yarn-cache-dir-path
2929 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 2424 fetch-depth : 1
2525 - uses : actions/setup-node@v3
2626 with :
27- node-version : 16
27+ node-version : 18
2828 - name : Configure JDK
2929 uses : actions/setup-java@v3
3030 with :
6565 fetch-depth : 1
6666 - uses : actions/setup-node@v3
6767 with :
68- node-version : 16
68+ node-version : 18
6969 - name : Get yarn cache directory path
7070 id : yarn-cache-dir-path
7171 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
9696 fetch-depth : 1
9797 - uses : actions/setup-node@v3
9898 with :
99- node-version : 16
99+ node-version : 18
100100 - name : Get yarn cache directory path
101101 id : yarn-cache-dir-path
102102 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/setup-node@v3
2121 with :
22- node-version : 16
22+ node-version : 18
2323 - uses : amannn/action-semantic-pull-request@v5
2424 with :
2525 validateSingleCommit : true
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020 - uses : actions/setup-node@v3
2121 with :
22- node-version : 16
22+ node-version : 18
2323 - name : Yarn Install
2424 uses : nick-fields/retry@v2
2525 with :
Original file line number Diff line number Diff line change 99 "logs" : " firebase functions:log"
1010 },
1111 "engines" : {
12- "node" : " 16 "
12+ "node" : " 18 "
1313 },
1414 "main" : " lib/index.js" ,
1515 "dependencies" : {
Original file line number Diff line number Diff line change 5959 # Set up tool versions
6060 - uses : actions/setup-node@v3
6161 with :
62- node-version : 16
62+ node-version : 18
6363
6464 - name : Configure JDK
6565 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 3636 # Set up tool versions
3737 - uses : actions/setup-node@v3
3838 with :
39- node-version : 16
39+ node-version : 18
4040
4141 - name : Configure JDK
4242 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 3434 - uses : actions/checkout@v3
3535 with :
3636 fetch-depth : 50
37+ # Note, cannot use node > v18.15.0 until https://github.com/facebook/react-native/issues/36440 resolved
3738 - uses : actions/setup-node@v3
3839 with :
39- node-version : 16
40+ node-version : 18.15.0
4041 - name : Get yarn cache directory path
4142 id : yarn-cache-dir-path
4243 run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments