Skip to content

Commit aa9bafa

Browse files
Fix node version
1 parent ea1b61a commit aa9bafa

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
@@ -4,7 +4,7 @@
44
"description": "Salesforce Lightning Design System for React",
55
"license": "BSD-3-Clause",
66
"engines": {
7-
"node": ">=14.x"
7+
"node": "14.x"
88
},
99
"scripts": {
1010
"build:docs": "npx babel-node ./scripts/build-docs.js",

0 commit comments

Comments
 (0)