Install in package stage
This commit is contained in:
parent
448a2f8f11
commit
1cbdcf87e0
2 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,8 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- run: yarn package
|
||||
- name: Upload Binary
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
@ -31,6 +31,8 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn build
|
||||
- run: yarn package
|
||||
- name: Upload Binary
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue