We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a3d80 commit 9329274Copy full SHA for 9329274
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,17 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@v3
26
27
+ - name: Install node 16
28
+ uses: actions/setup-node@v3
29
+ with:
30
+ node-version: 16
31
+ cache: npm
32
+
33
+ - name: Run build
34
+ run: |
35
+ npm install
36
+ npm run build
37
38
- name: Package Node.js binary with pkg
39
id: pkg-action
40
uses: ./.github/actions/pkg-action
0 commit comments