Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Oct 30, 2023
1 parent 37be74f commit 85c301b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
with:
node-version: 20

- name: Install dependences
working-directory: ./docs
run: npm install

- name: Bundle
working-directory: ./docs
run: npm run build:prod
Expand Down

0 comments on commit 85c301b

Please sign in to comment.