Skip to content

Commit

Permalink
Merge pull request #66 from ValchanOficial/fix/yarn
Browse files Browse the repository at this point in the history
fix: setting yarn version
  • Loading branch information
ValchanOficial authored Aug 11, 2024
2 parents ffb0196 + 0d26b6e commit e3b541f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.16.0
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A blog about a technology-loving developer who constantly seeks knowledge.",
"version": "0.1.0",
"author": "Valéria Padilha de Vargas",
"packageManager": "[email protected]",
"dependencies": {
"algoliasearch": "^4.14.2",
"dotenv": "^16.0.3",
Expand Down Expand Up @@ -71,6 +72,7 @@
"url": "https://github.com/ValchanOficial/valchan.com.br/issues"
},
"engines": {
"node": ">=20.16"
"node": ">=20.16",
"yarn": ">=4"
}
}

0 comments on commit e3b541f

Please sign in to comment.