Skip to content

Commit ad91ebe

Browse files
committed
npm install in build action
1 parent a6d6471 commit ad91ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: powershell -Command Add-MpPreference -ExclusionPath "."
2929

3030
- name: install
31-
run: npm install --network-timeout 1000000
31+
run: npm install
3232

3333
- name: build
3434
run: npm run build

0 commit comments

Comments
 (0)