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 9a6b826 commit 2492599Copy full SHA for 2492599
.github/workflows/build-and-release.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node.js
14
uses: actions/setup-node@v2
15
with:
16
- node-version: 14.15.3
+ node-version: 12.9.1
17
cache: 'npm'
18
- name: Setup dependencies
19
run: |
Makefile
@@ -8,3 +8,6 @@ linux:
8
9
windows:
10
nexe index.js -t windows-x64 -o kubeopenapi-jsonschema -r "./node_modules/**/*"
11
+
12
+alpine:
+ nexe index.js -t alpine-x64 -o kubeopenapi-jsonschema -r "./node_modules/**/*"
0 commit comments