Skip to content

Commit

Permalink
Change node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
beelalamin committed Jul 2, 2024
1 parent 081a55f commit 216c611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Copy .env
run: cp .env.example .env
- name: Install composer Dependencies
Expand Down

0 comments on commit 216c611

Please sign in to comment.