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 06099c4 commit e4a312aCopy full SHA for e4a312a
package.json
@@ -14,8 +14,8 @@
14
"build:check_uncommitted_changes": "bash -c 'if [ $(git status --porcelain | grep --extended-regexp \"src|install|plugin-test|plugins-add\" | wc -l) -gt 0 ]; then printf \"* %s\\n\" \"Detected uncommitted changes after build. See status below:\"; git diff; exit 1; fi'"
15
},
16
"engines": {
17
- "node": "=16.20.0",
18
- "pnpm": "=8.6.0"
+ "node": "=20.6.1",
+ "pnpm": "=8.7.5"
19
20
"xo": {
21
"rules": {
0 commit comments