Skip to content

Commit

Permalink
Setup NodeJS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Nov 28, 2020
1 parent ebf9403 commit 855cdbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ jobs:
run: |
env PATH=~/swig/bin:$PATH SWIG_LIB=~/swig/share/swig/4.0.2 \
bindings/node.js/run.me
- uses: actions/setup-node@v1
with:
node-version: 12
- name: Setup node-gyp
run: npm install --global node-gyp
- name: Build with node-gyp
Expand Down

0 comments on commit 855cdbf

Please sign in to comment.