Skip to content

Commit 40f369f

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 8ec61e5 commit 40f369f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Upgrade npm to the latest version
28-
run: npm install -g npm@7
28+
run: npm install -g npm@6.14.8
2929

3030
- name: Typescript install WebUI
3131
run: yarn install --network-timeout 600000 --frozen-lockfile

0 commit comments

Comments
 (0)