File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4747 - name : Setup node
4848 uses : actions/setup-node@v3
4949 with :
50- node-version : 16
50+ node-version : 18
5151 cache : yarn
5252 - name : Install dependencies
5353 run : yarn
Original file line number Diff line number Diff line change 4545 - name : Setup node
4646 uses : actions/setup-node@v3
4747 with :
48- node-version : 16
48+ node-version : 18
4949 cache : yarn
5050 - name : Install dependencies
5151 run : yarn
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v3
1919 - uses : actions/setup-node@v3
2020 with :
21- node-version : ' 16 .x'
21+ node-version : ' 18 .x'
2222 registry-url : https://registry.npmjs.org/
2323 - name : Install dependencies
2424 run : yarn
Original file line number Diff line number Diff line change 3838 - name : Setup node
3939 uses : actions/setup-node@v3
4040 with :
41- node-version : 16
41+ node-version : 18
4242 cache : yarn
4343 - name : Install dependencies
4444 run : yarn
@@ -109,7 +109,7 @@ jobs:
109109 - name : Setup node
110110 uses : actions/setup-node@v3
111111 with :
112- node-version : 16
112+ node-version : 18
113113 cache : yarn
114114 - name : Install dependencies
115115 run : yarn install
@@ -127,7 +127,7 @@ jobs:
127127 - name : Setup node
128128 uses : actions/setup-node@v3
129129 with :
130- node-version : 16
130+ node-version : 18
131131 cache : yarn
132132 - name : Install dependencies
133133 run : yarn
You can’t perform that action at this time.
0 commit comments