diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml deleted file mode 100644 index b95c259..0000000 --- a/.github/workflows/node.js.yml +++ /dev/null @@ -1,38 +0,0 @@ -# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs - -name: Node.js CI - -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] - -jobs: - build: - - runs-on: windows-latest - - strategy: - matrix: - node-version: [14.x] - python-version: ["2.7"] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - - steps: - - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - name: install node tools - run: npm install --global --production windows-build-tools@4.0.0 - - name: Set node config to use python2.7 - run: npm config set python python2.7 - - name: Set node config to set msvs_version to 2015 - run: npm config set msvs_version 2015 - - run: npm install - - run: npm run rebuild:sqlite3 - - run: npm run build diff --git a/package.json b/package.json index 61ebd05..0a561f0 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "request": "^2.88.0", "request-promise": "^4.2.4", "sequelize": "^5.8.5", - "sqlite3": "^5.0.2", + "sqlite3": "5.0.0", "string-template": "^1.0.0", "umzug": "^2.2.0", "uuid": "^3.3.2",