Skip to content

Commit 9b5736d

Browse files
committed
Attempt hacky fix for broken CI machine
1 parent 3bd2df4 commit 9b5736d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: npm i -g npm@10
6565
- name: Fix node_modules folder
6666
run: |
67-
node -e "fs.rmSync(`node_modules`, { recursive: true, force: true })"
67+
node -e "fs.rmSync('node_modules', { recursive: true, force: true })"
6868
- name: Install
6969
run: npm ci
7070
- name: Build

0 commit comments

Comments
 (0)