We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8735d9 commit bf2d488Copy full SHA for bf2d488
2 files changed
DEVELOPMENT.md
@@ -15,7 +15,7 @@ This guide is for internal developers working on the `@remoteoss/remote-flows` p
15
16
### Prerequisites
17
18
-- Node.js 20 or higher
+- Node.js 20 or higher, (CI uses 24 to have 2FA)
19
- npm
20
21
### Setup
package.json
@@ -30,7 +30,7 @@
30
"**/*.css"
31
],
32
"engines": {
33
- "node": ">=24"
+ "node": ">=20"
34
},
35
"type": "module",
36
"main": "dist/index.js",
0 commit comments