Skip to content

Commit

Permalink
update UI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelef committed Dec 14, 2024
1 parent 3e4420e commit f03c662
Show file tree
Hide file tree
Showing 3 changed files with 749 additions and 1,325 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 22

- name: Install dependencies
run: npm install
run: npm install --force

- name: Build
run: npm run build
Expand Down
Loading

0 comments on commit f03c662

Please sign in to comment.