Skip to content

Commit 0b5bc77

Browse files
authored
Update continuous-integration-workflow.yml
1 parent e95fad4 commit 0b5bc77

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ jobs:
8484
uses: actions/setup-node@v4
8585
with:
8686
node-version: '20'
87-
cache: 'npm'
88-
89-
- name: Upgrade npm to the latest version
90-
run: npm install -g [email protected]
87+
cache: 'npm'
9188

9289
- name: Typescript install WebUI
9390
run: yarn install --network-timeout 600000 --frozen-lockfile

0 commit comments

Comments
 (0)