Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit b1f4fcb

Browse files
committed
chore(release): get rid of clean task
1 parent ee10587 commit b1f4fcb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
with:
3838
node-version: 22
3939

40-
- name: Remove node modules on Windows runner
41-
if: ${{ matrix.os.name == 'windows' }}
42-
shell: pwsh
43-
run: Remove-Item -Recurse -Force node_modules
44-
4540
- name: Install dependencies
4641
run: npm ci
4742

0 commit comments

Comments
 (0)