We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19aec14 commit f8f05c9Copy full SHA for f8f05c9
.github/workflows/nexe_builds.yml
@@ -7,9 +7,7 @@ jobs:
7
matrix:
8
os: [ubuntu-latest]
9
node:
10
- - 12
11
- 14
12
- - 15
13
runs-on: ${{ matrix.os }}
14
15
name: Node ${{ matrix.node }} on ${{ matrix.os }}
@@ -30,5 +28,6 @@ jobs:
30
28
31
29
- name: Builds
32
run: |
33
- nexe proxy-login-automator.js -t "linux-x64"
34
- nexe proxy-login-automator.js -t "windows-x64-10.16.0"
+ nexe proxy-login-automator.js -t "linux-x64-14.15.3"
+ nexe proxy-login-automator.js -t "windows-x64-14.15.3"
+ nexe proxy-login-automator.js -t "mac-x64-14.15.3"
.gitignore
@@ -102,3 +102,6 @@ dist
102
103
# TernJS port file
104
.tern-port
105
+
106
+# Build files
107
+build/
0 commit comments