diff --git a/package.json b/package.json index e836f8f..e0f9496 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@js-soft/ferretdb-github-action", - "version": "1.1.0", + "version": "1.1.1", "description": "FerretDB GitHub Action", "keywords": [ "github", @@ -22,7 +22,7 @@ }, "devDependencies": { "expect": "~29.7.0", - "mongoose": "~7.6.2", + "mongoose": "~8.6.1", "uvu": "~0.5.6" }, "engines": { diff --git a/start-ferretdb.sh b/start-ferretdb.sh index ca1b7fd..3a94ebb 100644 --- a/start-ferretdb.sh +++ b/start-ferretdb.sh @@ -29,7 +29,6 @@ else docker run --name ferretdb \ -p $FERRETDB_PORT:27017 \ -e FERRETDB_HANDLER=sqlite \ - -e FERRETDB_SQLITE_URL=file:./ \ -e FERRETDB_TELEMETRY=$FERRETDB_TELEMETRY \ -d ghcr.io/ferretdb/ferretdb:$FERRETDB_VERSION fi