Skip to content

Commit

Permalink
Set node version
Browse files Browse the repository at this point in the history
  • Loading branch information
uuf6429 committed Jan 9, 2025
1 parent 526cd83 commit 5156733
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Zombie
repo: https://github.com/minkphp/MinkZombieDriver.git
php: 7.2
node: 10
setup: |
npm install zombie@^2.0
mkdir ./logs
Expand Down Expand Up @@ -90,6 +91,11 @@ jobs:
coverage: none
php-version: ${{ matrix.driver.php }}

- uses: actions/setup-node@v4
if: ${{ matrix.driver.node }}
with:
node-version: ${{ matrix.driver.node }}

- name: Install driver dependencies
run: composer install --no-interaction --ansi --no-progress

Expand Down

0 comments on commit 5156733

Please sign in to comment.