Skip to content

Commit

Permalink
Set supported node version to 22 (#557)
Browse files Browse the repository at this point in the history
* Set supported node version to 22

* Updating version to 4.0.0

---------

Co-authored-by: dc-autobot[bot] <181364585+dc-autobot[bot]@users.noreply.github.com>
  • Loading branch information
mattdean-digicatapult and dc-autobot[bot] authored Jan 7, 2025
1 parent 6c49d04 commit 477f5ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/sqnc-matchmaker-api",
"version": "3.1.30",
"version": "4.0.0",
"description": "An OpenAPI Matchmaking API service for SQNC",
"main": "src/index.ts",
"type": "module",
Expand All @@ -26,8 +26,8 @@
"url": "git+https://github.com/digicatapult/sqnc-matchmaker-api.git"
},
"engines": {
"node": "20.x.x",
"npm": "10.x.x"
"node": "^22.x.x",
"npm": "^10.x.x"
},
"keywords": [
"OpenAPI"
Expand Down

0 comments on commit 477f5ff

Please sign in to comment.