Skip to content

Commit

Permalink
chore: pin node version
Browse files Browse the repository at this point in the history
  • Loading branch information
slikts committed Jan 17, 2023
1 parent c19ce7c commit e735394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
v18.13.0
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -96,5 +96,8 @@
"dependencies": {
"fast-list": "^1.0.3"
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.3.1",
"volta": {
"node": "18.13.0"
}
}

0 comments on commit e735394

Please sign in to comment.