Skip to content

Use node-gyp 9.1.0 and increment version to 1.0.22 #223

Use node-gyp 9.1.0 and increment version to 1.0.22

Use node-gyp 9.1.0 and increment version to 1.0.22 #223

Workflow file for this run

name: node-sword-interface build
on: push
jobs:
build-linux:
name: Run Linux build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: sudo apt update && sudo apt install -y libcurl4-gnutls-dev
- run: npm install
- run: npm run doc
build-windows:
name: Run Windows build
runs-on: windows-2019
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install --arch=ia32
- run: npm run doc