We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d81e7 commit 801b978Copy full SHA for 801b978
.github/workflows/tests.yml
@@ -200,7 +200,16 @@ jobs:
200
node: ['16.x']
201
steps:
202
- name: Checkout repo
203
- uses: actions/checkout@v3
+ uses: actions/checkout@v2
204
+
205
+ - name: Use node ${{ matrix.node }}
206
+ uses: actions/setup-node@v2
207
+ with:
208
+ node-version: ${{ matrix.node }}
209
+ cache: 'yarn'
210
211
+ - name: Install deps
212
+ run: yarn install
213
214
- uses: actions/download-artifact@v2
215
with:
0 commit comments