Skip to content

Commit

Permalink
build: more node fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Feb 20, 2024
1 parent 616d868 commit 9cea01b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
node-version: "lts/*"
cache: "npm"
cache-dependency-path: "leaderboard/package-lock.json"

- name: Install leaderboard deps
working-directory: ./leaderboard
Expand Down

0 comments on commit 9cea01b

Please sign in to comment.