diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b5ab008..4da54be 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -17,7 +17,7 @@ jobs: - name: "Use appropriate Node.js" uses: "actions/setup-node@v3" with: - node-version: "17.0.1" + node-version: "14.18.1" cache: 'npm' - run: "sudo apt install pcscd libpcsclite1 libpcsclite-dev openssl" @@ -25,7 +25,7 @@ jobs: # Install packages, rebuild using electron - run: "npm install" - run: "npm install @pokusew/pcsclite --build-from-source" - - run: "./node_modules/.bin/electron-rebuild" + - run: "DEBUG=electron-rebuild ./node_modules/.bin/electron-rebuild" - run: "npm run build"