Skip to content

Commit

Permalink
fix(yarn): fix yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Jan 24, 2023
1 parent e2e3d9d commit 587a086
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"node": ">=18.0.0"
},
"volta": {
"node": "18.12.1"
"node": "18.12.1",
"yarn": "1.22.19"
},
"scripts": {
"style:lint": "eslint packages --ext .ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/gitlab-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"supertest": "^6.2.4"
},
"volta": {
"node": "18.12.1"
"node": "18.12.1",
"yarn": "1.22.19"
},
"files": [
"dist",
Expand Down
3 changes: 2 additions & 1 deletion packages/gitlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"config.d.ts"
],
"volta": {
"node": "18.13.0"
"node": "18.13.0",
"yarn": "1.22.19"
},
"configSchema": "config.d.ts"
}

0 comments on commit 587a086

Please sign in to comment.