Skip to content

Commit

Permalink
correct node version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylhein committed Jul 28, 2024
1 parent 832a8e8 commit 0439393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Install Composer dependencies
run: composer install --no-interaction --no-progress --ignore-platform-reqs
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Install Composer dependencies
run: composer install --classmap-authoritative --no-interaction --no-progress --ignore-platform-reqs
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Install Composer dependencies
run: composer install --no-dev --classmap-authoritative --no-interaction --no-progress --ignore-platform-reqs
Expand Down

0 comments on commit 0439393

Please sign in to comment.