Skip to content

Commit bc73eb4

Browse files
committed
npm install at release
1 parent 90dc321 commit bc73eb4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ jobs:
155155
contents: write
156156
steps:
157157
- uses: actions/checkout@v3
158+
- uses: actions/[email protected]
159+
with:
160+
node-version: 18.16.0
161+
- name: Install Node.js dependencies
162+
run: npm ci
158163
- name: Download artifacts from aliyun OSS
159164
run: |
160165
node ./tools/download-aliyun.mjs ${{ github.event.inputs.tag_name }} jsar-runtime-android.tar.gz

0 commit comments

Comments
 (0)