Skip to content

Commit 4bd9d1e

Browse files
committed
fix: add chmod for node_modules/.bin on Linux CI
1 parent 634273a commit 4bd9d1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
with:
1515
node-version: "22"
1616
- run: npm install
17+
- run: chmod +x node_modules/.bin/* || true
1718
- run: npm test

0 commit comments

Comments
 (0)