Skip to content

Commit e4a312a

Browse files
authored
fix: set same pnpm & node versions in pkg.json as in tool-versions
1 parent 06099c4 commit e4a312a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"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'"
1515
},
1616
"engines": {
17-
"node": "=16.20.0",
18-
"pnpm": "=8.6.0"
17+
"node": "=20.6.1",
18+
"pnpm": "=8.7.5"
1919
},
2020
"xo": {
2121
"rules": {

0 commit comments

Comments
 (0)