Skip to content

Commit 492dd54

Browse files
authored
Update continuous-integration-workflow.yml
1 parent aaec56e commit 492dd54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: '18'
25+
cache: 'npm'
26+
27+
- name: Upgrade npm to the latest version
28+
run: npm install -g npm@latest
2529

2630
- name: Typescript install WebUI
2731
run: yarn install --network-timeout 600000 --frozen-lockfile

0 commit comments

Comments
 (0)