mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-07 00:42:34 +00:00
#591 - load balancer
This commit is contained in:
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user