Skip to content

Commit 68b7c25

Browse files
committed
Updating phpunit workflow.
1 parent c8de3a7 commit 68b7c25

2 files changed

Lines changed: 2 additions & 88 deletions

File tree

.github/actions/setup-e2e/action.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

.github/workflow-templates/test-phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
cache-suffix: ${{ inputs.cache-suffix }}
7777

7878
- name: Setup Node
79-
uses: actions/setup-node@v2
79+
uses: actions/setup-node@v4
8080
with:
81-
node-version: '24'
81+
node-version: '24.15.0'
8282

8383
- name: Install NPM Dependencies
8484
run: npm ci && npm run build

0 commit comments

Comments
 (0)