Skip to content

Commit

Permalink
feat: run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukaii committed Apr 29, 2023
1 parent 17a3d80 commit 9329274
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install node 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm

- name: Run build
run: |
npm install
npm run build
- name: Package Node.js binary with pkg
id: pkg-action
uses: ./.github/actions/pkg-action
Expand Down

0 comments on commit 9329274

Please sign in to comment.