File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
# fetch-depth: 1
23
23
# - uses: actions/setup-node@v2
24
24
# with:
25
- # node-version: 14
25
+ # node-version: 16
26
26
# - name: Get yarn cache directory path
27
27
# id: yarn-cache-dir-path
28
28
# run: echo "::set-output name=dir::$(yarn cache dir)"
71
71
fetch-depth : 1
72
72
- uses : actions/setup-node@v2
73
73
with :
74
- node-version : 14
74
+ node-version : 16
75
75
- name : Get yarn cache directory path
76
76
id : yarn-cache-dir-path
77
77
run : echo "::set-output name=dir::$(yarn cache dir)"
@@ -106,7 +106,7 @@ jobs:
106
106
# fetch-depth: 1
107
107
# - uses: actions/setup-node@v2
108
108
# with:
109
- # node-version: 14
109
+ # node-version: 16
110
110
# - name: Get yarn cache directory path
111
111
# id: yarn-cache-dir-path
112
112
# run: echo "::set-output name=dir::$(yarn cache dir)"
Original file line number Diff line number Diff line change 34
34
35
35
- uses : actions/setup-node@v2
36
36
with :
37
- node-version : ' 14 '
37
+ node-version : 16
38
38
- name : Get yarn cache directory path
39
39
id : yarn-cache-dir-path
40
40
run : echo "::set-output name=dir::$(yarn cache dir)"
63
63
- name : Configure JDK 1.11
64
64
uses : actions/setup-java@v2
65
65
with :
66
- distribution : ' adopt '
66
+ distribution : ' temurin '
67
67
java-version : ' 11' # ubuntu-latest is about to default to 11, force it everywhere
68
68
69
69
- name : Verify JDK11
99
99
100
100
- uses : actions/setup-node@v2
101
101
with :
102
- node-version : 14
102
+ node-version : 16
103
103
104
104
- uses : maxim-lobanov/setup-xcode@v1
105
105
with :
You can’t perform that action at this time.
0 commit comments