From d2e23341eb17150d5ef7041d8600f3bb08f8436c Mon Sep 17 00:00:00 2001 From: whyour Date: Thu, 6 Jan 2022 23:25:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sqlite=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build_docker_image.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 7e593d8e..bb102199 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '14' + node-version: '16' - name: build front and back run: | diff --git a/package.json b/package.json index ba936839..004a396e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "sequelize": "^7.0.0-alpha.3", "serve-handler": "^6.1.3", "sockjs": "^0.3.21", - "sqlite3": "^5.0.2", + "sqlite3": "5.0.0", "typedi": "^0.8.0", "uuid": "^8.3.2", "winston": "^3.3.3",