Skip to content

Commit 801b978

Browse files
committed
Install deps for attw task
1 parent 49d81e7 commit 801b978

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,16 @@ jobs:
200200
node: ['16.x']
201201
steps:
202202
- name: Checkout repo
203-
uses: actions/checkout@v3
203+
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
204213

205214
- uses: actions/download-artifact@v2
206215
with:

0 commit comments

Comments
 (0)