Skip to content

Commit 032aae6

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 871a4dc commit 032aae6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ jobs:
2626
- name: Use Node 12.19
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18'
30-
29+
node-version: '18'
30+
3131
- name: Install dependencies
3232
run: |
3333
cd ./Auth/LearningHub.Nhs.Auth
34-
npm install -f
34+
yarn install
3535
3636
- name: Run Webpack build
3737
run: |
3838
cd ./Auth/LearningHub.Nhs.Auth
39-
npm run build
39+
yarn build:webpack
4040
4141
- name: Setup MSBuild
4242
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)