Skip to content

Commit e625393

Browse files
authored
Update macos-test.yml
1 parent 57439a3 commit e625393

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/macos-test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232

33+
- name: Uninstall NodeJS and NPM
34+
run: |
35+
npm uninstall npm -g
36+
rm -rf /usr/local/lib/node_modules/npm
37+
3338
# TODO: This must go in metacall-environment-macos.sh as base dependencies
3439
- name: Configure Clang
3540
run: |

0 commit comments

Comments
 (0)