Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
correct tab
  • Loading branch information
sylfel authored Mar 5, 2024
1 parent b1903c8 commit 0e9db97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
php-version: '8.2'
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
with:
node-version: 18
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
Expand Down

0 comments on commit 0e9db97

Please sign in to comment.