From f93810e8c5dc5e01c82b951979b6d127c2054e48 Mon Sep 17 00:00:00 2001 From: Anjar Fiandrianto Date: Tue, 30 Jan 2024 18:36:01 +0700 Subject: [PATCH] Change Node Github action composite --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5efbc4d..c18bf6d9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,6 @@ jobs: - name: node-operation uses: ./composite-actions/.github/actions/node-operation - working-directory: ./src with: node-version: "18" node-command: "yarn install --no-progress --frozen-lock && yarn build && rm -rf node_modules"