Skip to content

Commit 5f12194

Browse files
committed
chore(release): rm node_modules in macos runner
1 parent b25504c commit 5f12194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 20
19-
- name: Remove node_modules
19+
- if startsWith(matrix.os, 'macos')
20+
name: Remove node_modules
2021
run: rm -rf node_modules
2122
- name: Install dependens
2223
run: npm install

0 commit comments

Comments
 (0)