Skip to content

Commit

Permalink
fix: overwrite and duplicate fonts (#161)
Browse files Browse the repository at this point in the history
* fix: overwrite and duplicate fonts

* chore: update node version
  • Loading branch information
ricardogobbosouza authored Nov 23, 2023
1 parent 041527a commit 36a346e
Show file tree
Hide file tree
Showing 4 changed files with 3,337 additions and 1,999 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [16]
node: [18]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"google-fonts-helper": "^3.3.1",
"google-fonts-helper": "^3.4.0",
"pathe": "^1.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 36a346e

Please sign in to comment.