Skip to content

Commit

Permalink
ci: fix the node.js setup in Github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 25, 2024
1 parent 9200199 commit bd35ef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: 'site'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit bd35ef5

Please sign in to comment.