Skip to content

Commit a65eb9e

Browse files
committed
Update coverage.yml
1 parent 93b5d0a commit a65eb9e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,19 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v5
2020

2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
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"
30+
cache: "npm"
31+
2632
- name: Install dependencies
2733
run: composer install
2834

0 commit comments

Comments
 (0)