Skip to content

Commit 9784b8a

Browse files
committed
Configure npm to enforce standard project Node.js version
This will produce an error if a contributor attempts to run an npm command in the project using an unsupported version of Node.js.
1 parent 1cd85b0 commit 9784b8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.npmrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# See: https://docs.npmjs.com/cli/configuring-npm/npmrc
2+
3+
engine-strict = true

0 commit comments

Comments
 (0)