Skip to content

Commit

Permalink
fix: set same pnpm & node versions in pkg.json as in tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Oct 12, 2023
1 parent 06099c4 commit e4a312a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"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'"
},
"engines": {
"node": "=16.20.0",
"pnpm": "=8.6.0"
"node": "=20.6.1",
"pnpm": "=8.7.5"
},
"xo": {
"rules": {
Expand Down

0 comments on commit e4a312a

Please sign in to comment.