Skip to content

Commit b186a4f

Browse files
committed
fix: build config
1 parent 62ee294 commit b186a4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
sudo apt install -y git
1717
- name: Install uv
1818
uses: astral-sh/setup-uv@v3
19+
- name: Clear Node.js cache
20+
run: sudo apt-get purge -y nodejs
1921
- name: Install Node Env
2022
uses: actions/setup-node@v4
2123
with:

0 commit comments

Comments
 (0)