fix: .npmrcによりpackage.json記載のnodeバージョンに満たない場合はビルドに失敗するようにする (#12755)

This commit is contained in:
おさむのひと 2023-12-23 15:32:31 +09:00 committed by GitHub
parent 6e4894c165
commit 1716c6562c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict = true