From 855cdbf2e124ea11351977b6850156dc03f8e4e0 Mon Sep 17 00:00:00 2001 From: dapplion Date: Sat, 28 Nov 2020 09:11:39 +0000 Subject: [PATCH] Setup NodeJS 12 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 572c7698..1928c39d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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