Skip to content

Commit 4b7edf2

Browse files
authored
chore(dev): Use Node 14 for development work (#3588)
1 parent 3c0d44e commit 4b7edf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"postpublish": "make publish-docs && lerna run --stream --concurrency 1 postpublish"
1818
},
1919
"volta": {
20-
"node": "10.18.1",
20+
"node": "14.17.0",
2121
"yarn": "1.22.5"
2222
},
2323
"workspaces": [

0 commit comments

Comments
 (0)