Skip to content

Commit 765fe09

Browse files
committed
Add npm install step
1 parent ccde99a commit 765fe09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
persist-credentials: false
2222
- name: Setup Node
2323
uses: actions/setup-node@v4
24+
- name: Install Dependencies
25+
run: npm ci
2426
- name: Build
2527
run: npm run build
26-
shell: bash
2728
- name: Semantic Release
2829
uses: BrightspaceUI/actions/semantic-release@main
2930
with:

0 commit comments

Comments
 (0)