diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index b066d2a..e8f1be9 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -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