Skip to content

Commit 9329274

Browse files
committed
feat: run build
1 parent 17a3d80 commit 9329274

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

+11
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v3
2626

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+
2738
- name: Package Node.js binary with pkg
2839
id: pkg-action
2940
uses: ./.github/actions/pkg-action

0 commit comments

Comments
 (0)