chore: downgrade sqlite version while building executables (#8435)

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2024-05-09 22:18:19 +05:30
committed by GitHub
parent f85240848d
commit 0b79e4580a
2 changed files with 17 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ jobs:
- name : Install nocodb, other dependencies and build executables
run: |
cd ./scripts/pkg-executable
# downgrade sqlite3 to 5.1.6 until build related issues are resolved
# https://github.com/TryGhost/node-sqlite3/issues/1748
node ../downgradeSqlite.js
# Install nocodb version based on provided tag name
npm i -E nocodb@${{ github.event.inputs.tag || inputs.tag }}