Skip to content

Commit 6f8be5a

Browse files
committed
chore: actions: bun: -f
PathAlreadyExists: failed linking dependency/workspace to node_modules for package
1 parent 683a9cb commit 6f8be5a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Install Redrun
26-
run: bun install redrun -g --no-save
26+
run: bun install redrun yarn -g --no-save
2727
- name: Install
28-
run: bun i --no-save
28+
run: bun i -f --no-save
2929
- name: Lint
3030
run: redrun fix:lint
3131
- name: Install Rust

.putout.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@
3232
}
3333
},
3434
"rules": {
35-
"putout/apply-lowercase-to-node-builders": "on",
36-
"putout/declare": "on",
35+
"putout/apply-lowercase-to-node-builders": "off",
36+
"putout/declare": "off",
3737
"remove-useless-spread/object": ["off", {
3838
"exclude": "module.exports.rules = __"
39-
}]
39+
}],
40+
"github/convert-npm-to-bun": "off"
4041
},
4142
"ignore": [
4243
".husky",

0 commit comments

Comments
 (0)