Skip to content

Commit

Permalink
πŸ’š Install node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Dec 19, 2023
1 parent 90fe34d commit 2edd708
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
node-version: '16'
cache: 'yarn'

- name: Install dependencies
run: yarn install

- uses: pre-commit/[email protected]
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2edd708

Please sign in to comment.