Skip to content

Commit cf9780a

Browse files
committed
fix(pipe): npm
1 parent 2b55197 commit cf9780a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/dev.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,17 @@ jobs:
212212
- name: Clean lock files because the newly generated package file will superseed the locks
213213
run: |
214214
find . -name "packages.lock.json" -type f -exec rm -f {} \;
215-
215+
216+
- name: Set up Node.js so we have gulp for retrieving TEL Frontend Css
217+
uses: actions/setup-node@v4
218+
with:
219+
node-version: '20'
220+
221+
- name: Install npm packages so we have gulp for retrieving TEL Frontend Css
222+
working-directory: ./Package.BlazorComponentLibrary
223+
run: npm ci
224+
#CI is an install with adhering to package-lock
225+
216226
- name: Build BlazorComponentLibrary (it publishes on build)
217227
run: |
218228
dotnet build Package.BlazorComponentLibrary -c Release \

0 commit comments

Comments
 (0)