From 0e9db97e2a5e02c4afbeb7ee0a20debdee37d0be Mon Sep 17 00:00:00 2001 From: THEVENOUX Jean-Philippe Date: Tue, 5 Mar 2024 09:26:23 +0100 Subject: [PATCH] Update laravel.yml correct tab --- .github/workflows/laravel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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