Skip to content

Commit

Permalink
chore(volta): add volta pins;
Browse files Browse the repository at this point in the history
  • Loading branch information
ondreian committed Jul 21, 2023
1 parent fec25a3 commit 9ca1a4d
Show file tree
Hide file tree
Showing 4 changed files with 9,143 additions and 6,653 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.yarn

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,9 @@
"nodeArguments": [
"--loader=ts-node/esm"
]
},
"volta": {
"node": "18.17.0",
"yarn": "3.6.1"
}
}
Loading

0 comments on commit 9ca1a4d

Please sign in to comment.