Skip to content

Commit 45535ee

Browse files
committed
build: Add minimum node version warning
An issue was found when using Node version 24.9 with the latest package-lock (see #123), one not reproducible with versions 24.12 and above. Add a warning that will be shown when running `npm ci`.
1 parent e53c499 commit 45535ee

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@openedx/frontend-app-authn",
33
"version": "1.0.0-alpha.4",
44
"description": "Frontend authentication",
5+
"engines": {
6+
"node": "^24.12"
7+
},
58
"repository": {
69
"type": "git",
710
"url": "git+https://github.com/openedx/frontend-app-authn.git"

0 commit comments

Comments
 (0)