Skip to content

Commit

Permalink
Install deps for attw task
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 23, 2023
1 parent 49d81e7 commit 801b978
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,16 @@ jobs:
node: ['16.x']
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'yarn'

- name: Install deps
run: yarn install

- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 801b978

Please sign in to comment.