#591 - load balancer

This commit is contained in:
Saeed Vaziry
2025-06-04 21:30:47 +02:00
parent 0bd390f27c
commit ab68964d43
7 changed files with 153 additions and 30 deletions

View File

@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
php: [ 8.4 ]
node-version: [ "20.x" ]
node-version: [ "22.x" ]
steps:
- uses: actions/checkout@v4
@ -46,10 +46,13 @@ jobs:
- name: Set up the .env file
run: touch .env
- name: Generate Application Key
run: php artisan key:generate
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
- name: Install NPM Dependencies
run: npm install --force