Skip to content

Commit

Permalink
Update laravel.yml workflow
Browse files Browse the repository at this point in the history
Upgrade from Node.js 16 to Node.js 20.
  • Loading branch information
JanOppolzer committed Feb 13, 2024
1 parent 1dc064c commit 1a87617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
Expand Down

0 comments on commit 1a87617

Please sign in to comment.