Skip to content

Commit ebbab09

Browse files
committed
chore: rm node_modules before npm install
1 parent 010b42f commit ebbab09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 20
19+
- name: Remove node_modules
20+
run: rm -rf node_modules
1921
- name: Install dependens
2022
run: npm install
2123
- name: Build

0 commit comments

Comments
 (0)