From ca21b040c4a8e7983276e29b662dedc77d519665 Mon Sep 17 00:00:00 2001 From: csett86 Date: Sat, 6 Nov 2021 13:42:54 +0100 Subject: Update jitsi-meet-electron-utils to electron 14+ compatible version (#655) Replaced all remote module usages Updated robotjs to context-aware fork Updated node-gyp on windows to get it compiling again --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b8a5e0..02d002e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,10 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '16.x' + - name: latest node-gyp for robotjs + run: | + npm install --global node-gyp@8.4.0 + npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"} - name: Build it env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3