You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: allow release to GitHub Package Registry (#4785)
Dependabot damaged the package-lock.json file which
resulted in failing to release npm package to GitHub Package Registry.
package-lock.json generated on Node.js 22.11.0 doesn't work
under npm ci on Node.js 22.14.0.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ ApiDOM Playground is available at [https://swagger-api.github.io/apidom/](https:
123
123
This is a monorepo for all ApiDOM packages. All the code is written in [TypeScript](https://www.typescriptlang.org/).
124
124
All the information necessary for working with monorepo can be found in this [article](https://vladimirgorej.com/blog/things-i-have-learned-maintaining-javascript-monorepo-with-lerna/).
125
125
126
-
Assuming [prerequisites](#prerequisites) are already installed, [Node.js](https://nodejs.org/)`>=22.11.0` and `npm >=10.8.2`
126
+
Assuming [prerequisites](#prerequisites) are already installed, [Node.js](https://nodejs.org/)`>=22.14.0` and `npm >=10.9.2`
127
127
are the minimum required versions that this repo runs on, but we recommend using the latest version of Node.js@22.
0 commit comments