Skip to content

Commit

Permalink
node v; enable feserver bot
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed May 15, 2024
1 parent f8a9236 commit 8cf090e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ updates:
update-types:
- "minor"
- "patch"
open-pull-requests-limit: 0 # TODO: re-enable by increasing limit once we have test coverage #3152
open-pull-requests-limit: 1
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
6 changes: 5 additions & 1 deletion frontend_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"devDependencies": {
"supertest": "^7.0.0",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=20.11.0",
"npm": ">=10.2.4"
}
}
}

0 comments on commit 8cf090e

Please sign in to comment.