Skip to content

Commit e883ab1

Browse files
committed
Update coverage.yml
1 parent 9252ff2 commit e883ab1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
with:
2424
php-version: "8.2"
2525

26-
- name: Setup Node.js
27-
uses: actions/setup-node@v5
28-
with:
29-
node-version: "18"
26+
- name: Install Node.js dependencies
27+
run: npm install
3028

3129
- name: Install dependencies
3230
run: composer install

0 commit comments

Comments
 (0)