File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9898 - name : Setup Node.js
9999 uses : actions/setup-node@v4
100100 with :
101- node-version : ' 20 '
101+ node-version : ' 18 '
102102 cache : ' npm'
103103
104104 - name : Install dependencies
Original file line number Diff line number Diff line change 3333
3434 - uses : actions/setup-node@v4
3535 with :
36- node-version : 20
36+ node-version : 18
3737 cache : ' npm'
3838 cache-dependency-path : package-lock.json
3939
5757
5858 - uses : actions/setup-node@v4
5959 with :
60- node-version : 20
60+ node-version : 18
6161 cache : ' npm'
6262 cache-dependency-path : package-lock.json
6363
9494
9595 - uses : actions/setup-node@v4
9696 with :
97- node-version : 20
97+ node-version : 18
9898 cache : ' npm'
9999 cache-dependency-path : package-lock.json
100100
@@ -117,7 +117,7 @@ jobs:
117117
118118 - uses : actions/setup-node@v4
119119 with :
120- node-version : 20
120+ node-version : 18
121121
122122 - name : Deprecate version
123123 run : |
@@ -138,7 +138,7 @@ jobs:
138138
139139 - uses : actions/setup-node@v4
140140 with :
141- node-version : 20
141+ node-version : 18
142142
143143 - name : Undeprecate version
144144 run : |
Original file line number Diff line number Diff line change 1515 - name : Setup Node.js
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : ' 20 '
18+ node-version : ' 18 '
1919 cache : ' npm'
2020
2121 - name : Install dependencies
3434
3535 - uses : actions/setup-node@v4
3636 with :
37- node-version : 20
37+ node-version : 18
3838 cache : ' npm'
3939 cache-dependency-path : package-lock.json
4040
You can’t perform that action at this time.
0 commit comments