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 67daf21 commit fb11883Copy full SHA for fb11883
3 files changed
.github/workflows/fix-code-style-issues.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Setup Node
44
uses: actions/setup-node@v4
45
with:
46
- node-version: '20'
+ node-version: 24
47
cache: npm
48
49
- name: Install npm dependencies
.npmrc
@@ -1 +1,4 @@
1
+ignore-scripts=true
2
+strict-peer-deps=true
3
+
4
min-release-age=7
package.json
@@ -17,6 +17,6 @@
17
},
18
"engines": {
19
"node": ">=24",
20
- "npm": ">=11.10.0"
+ "npm": ">=11"
21
}
22
0 commit comments