Skip to content

Commit 7aec657

Browse files
committed
chore: specify node and yarn version for volta package manager
1 parent 37dffcb commit 7aec657

File tree

3 files changed

+2507
-410
lines changed

3 files changed

+2507
-410
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ yarn-error.log
55
.vscode
66
!.gitkeep
77
images
8-
db
8+
db
9+
.yarn

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,9 @@
4444
"lodash": "^4.17.19",
4545
"node-fetch": "^2.6.0",
4646
"sharp": "^0.32.6"
47+
},
48+
"volta": {
49+
"node": "18.20.3",
50+
"yarn": "1.22.22"
4751
}
4852
}

0 commit comments

Comments
 (0)