From e11d0afe9cb5fc38b95e62639dfeaa474a9929d8 Mon Sep 17 00:00:00 2001 From: tuyen-at-work Date: Fri, 12 Jun 2026 13:19:31 +0700 Subject: [PATCH] ci: deploy --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c40721c..dbb98a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: '24.x' + node-version: '22.x' - name: Install dependencies run: npm ci @@ -68,7 +68,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: '24.x' + node-version: '22.x' - name: Install dependencies run: npm ci