This commit is contained in:
Hoan HL
2025-10-30 12:08:38 +07:00
parent aa09c15b20
commit 41b26b966b
4 changed files with 178 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '20'
- run: npm install
- name: Install Docker Compose
run: |