Skip to content

Commit 465c509

Browse files
committed
chore(release): rm node_modules in macos runner
1 parent 16a7dd3 commit 465c509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)