Skip to content

Commit

Permalink
Update to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Sep 30, 2023
1 parent 85f7415 commit 1f888ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"packages/*"
],
"volta": {
"node": "14.17.0",
"yarn": "1.22.10"
"node": "16.20.2",
"yarn": "1.22.19"
},
"devDependencies": {
"@babel/core": "^7.4.0-0",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"typecheck": "tsc -P . --noEmit"
},
"volta": {
"node": "14.16.0",
"yarn": "1.22.10"
"node": "16.20.2",
"yarn": "1.22.19"
}
}

0 comments on commit 1f888ad

Please sign in to comment.