Skip to content

Commit baffce6

Browse files
Use npm ci
Use npm ci instead of npm install.
1 parent 52de183 commit baffce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
shell: pwsh
3131
run: |
3232
Push-Location (Join-Path "src" "Website")
33-
npm install
33+
npm ci
3434
npm run build
3535
Pop-Location
3636
Start-Process nohup 'dotnet run --project ./src/Website/Website.csproj --configuration Release'

0 commit comments

Comments
 (0)