Skip to content

Commit cbea2de

Browse files
committed
Remove npm from setup-php tools
1 parent d42b415 commit cbea2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
extensions: mbstring, json, grpc, opentelemetry
4242
ini-values: post_max_size=512M, max_execution_time=180
4343
coverage: xdebug
44-
tools: phpcs, phpstan, phpunit, npm
44+
tools: phpcs, phpstan, phpunit
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

0 commit comments

Comments
 (0)