Change from ffi to ffi-napi since the former seems unsupported

This should also fix installation problem of node-gyp in CI
This commit is contained in:
John J. Camilleri
2021-10-05 01:02:02 +02:00
parent 634508eaa8
commit ca2f2bfd89
6 changed files with 425 additions and 343 deletions

View File

@@ -61,7 +61,6 @@ jobs:
working-directory: ./src/runtime/javascript
env:
LD_LIBRARY_PATH: /usr/local/lib
PYTHON: /usr/bin/python2
run: |
npm ci
npm run test