We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634273a commit 4bd9d1eCopy full SHA for 4bd9d1e
1 file changed
.github/workflows/ci.yml
@@ -14,4 +14,5 @@ jobs:
14
with:
15
node-version: "22"
16
- run: npm install
17
+ - run: chmod +x node_modules/.bin/* || true
18
- run: npm test
0 commit comments