1515 steps :
1616 - uses : actions/setup-node@v1
1717 with :
18- node-version : 14
18+ node-version : 16
1919 - uses : actions/checkout@v2
2020 - name : Get yarn cache directory path
2121 id : yarn-cache-dir-path
4040 needs : check
4141 strategy :
4242 matrix :
43- node : [14, 15 ]
43+ node : [16 ]
4444 os : ["ubuntu-latest", "macos-latest", "windows-latest"]
4545 runs-on : ${{ matrix.os }}
4646 steps :
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
0 commit comments