Skip to content

Commit c882613

Browse files
committed
ci: install packages in release stage (beta)
1 parent 23982be commit c882613

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-beta.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
steps:
7878
- name: Checkout
7979
uses: actions/checkout@v2
80+
- uses: actions/setup-node@v3
81+
with:
82+
node-version: ${{ secrets.NODE_VERSION }}
83+
- name: Install node_modules
84+
run: npm ci --ignore-scripts
8085
- uses: actions/download-artifact@v3
8186
with:
8287
name: dist

0 commit comments

Comments
 (0)