From 4626c5fecfa2a4e9867bd3304b3278e0580ebfa0 Mon Sep 17 00:00:00 2001 From: Tommy Alhamra Date: Thu, 5 Dec 2024 14:06:30 +0700 Subject: [PATCH] fix: config deploy --- .github/workflows/github-actions-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-deploy.yml b/.github/workflows/github-actions-deploy.yml index 4e390c4..3bab272 100644 --- a/.github/workflows/github-actions-deploy.yml +++ b/.github/workflows/github-actions-deploy.yml @@ -73,7 +73,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 16 cache: 'npm' - name: Install dependencies run: npm ci