Skip to content

Commit

Permalink
trying to fix circle
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Sep 26, 2024
1 parent 37f81ad commit ce76476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- run:
name: Install dependencies
command: |
npm i
sudo npm i -g typescript eslint mocha typedoc
sudo npm i node-fetch@3
- run:
name: Prepare
command: |
Expand Down

0 comments on commit ce76476

Please sign in to comment.