We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0735e1c commit 27373d9Copy full SHA for 27373d9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@js-soft/ferretdb-github-action",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "FerretDB GitHub Action",
5
"keywords": [
6
"github",
@@ -22,7 +22,7 @@
22
},
23
"devDependencies": {
24
"expect": "~29.7.0",
25
- "mongoose": "~7.6.2",
+ "mongoose": "~8.6.1",
26
"uvu": "~0.5.6"
27
28
"engines": {
start-ferretdb.sh
@@ -29,7 +29,6 @@ else
29
docker run --name ferretdb \
30
-p $FERRETDB_PORT:27017 \
31
-e FERRETDB_HANDLER=sqlite \
32
- -e FERRETDB_SQLITE_URL=file:./ \
33
-e FERRETDB_TELEMETRY=$FERRETDB_TELEMETRY \
34
-d ghcr.io/ferretdb/ferretdb:$FERRETDB_VERSION
35
fi
0 commit comments