Skip to content

Commit e59cc4d

Browse files
authored
Update continuous-integration-workflow.yml
1 parent 96d3b9c commit e59cc4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- name: Use Node 12.19 with Yarn
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '18'
25-
npm: '6.14.8'
24+
node-version: '18'
2625

2726
- name: Typescript install WebUI
2827
run: yarn install --network-timeout 600000 --frozen-lockfile

0 commit comments

Comments
 (0)