Skip to content

Commit 5a418f4

Browse files
Re-apply engines and remove engine-strict
1 parent 893dec9 commit 5a418f4

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.npmrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ allow-file=root
1111
allow-directory=root
1212

1313
strict-allow-scripts=true
14-
15-
engine-strict=true

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
"type": "git",
1212
"url": "https://github.com/microbit-foundation/python-editor-embed"
1313
},
14+
"engines": {
15+
"node": ">=20",
16+
"npm": ">=10"
17+
},
1418
"allowScripts": {
1519
"fsevents": true,
1620
"esbuild": true

0 commit comments

Comments
 (0)