File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 steps :
7070 - uses : actions/setup-node@v1
7171 with :
72- node-version : ${{ matrix.node }}
72+ node-version : 16
7373 - uses : actions/checkout@v2
7474 - name : Get yarn cache directory path
7575 id : yarn-cache-dir-path
9191 steps :
9292 - uses : actions/setup-node@v1
9393 with :
94- node-version : ${{ matrix.node }}
94+ node-version : 16
9595 - uses : actions/checkout@v2
9696 - name : Get yarn cache directory path
9797 id : yarn-cache-dir-path
@@ -113,7 +113,7 @@ jobs:
113113 steps :
114114 - uses : actions/setup-node@v1
115115 with :
116- node-version : ${{ matrix.node }}
116+ node-version : 16
117117 - uses : actions/checkout@v2
118118 - uses : microsoft/playwright-github-action@v1
119119 - name : Get yarn cache directory path
@@ -136,7 +136,7 @@ jobs:
136136 steps :
137137 - uses : actions/setup-node@v1
138138 with :
139- node-version : ${{ matrix.node }}
139+ node-version : 16
140140 - uses : actions/checkout@v2
141141 - name : Get yarn cache directory path
142142 id : yarn-cache-dir-path
@@ -158,7 +158,7 @@ jobs:
158158 steps :
159159 - uses : actions/setup-node@v1
160160 with :
161- node-version : ${{ matrix.node }}
161+ node-version : 16
162162 - uses : actions/checkout@v2
163163 - name : Get yarn cache directory path
164164 id : yarn-cache-dir-path
You can’t perform that action at this time.
0 commit comments