We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728fe59 commit 95f7268Copy full SHA for 95f7268
.github/workflows/build.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node }}
20
+ cache: npm
21
22
- name: Print Node.js and npm version
23
run: node --version && npm --version
package.json
@@ -29,12 +29,12 @@
29
"url": "https://github.com/react-ui-org/react-ui"
30
},
31
"engines": {
32
- "node": ">=22"
+ "node": "22.x || >= 24"
33
34
"devEngines": {
35
"runtime": {
36
"name": "node",
37
- "version": ">=24",
+ "version": "22.x || 24.x",
38
"onFail": "error"
39
40
"packageManager": {
0 commit comments