From b699ea64737c1c28420ee5c3deadcacf261da652 Mon Sep 17 00:00:00 2001 From: brklntmhwk Date: Fri, 1 Mar 2024 15:34:43 +0900 Subject: [PATCH] arranged Github workflows on deployment --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 43b419d1..f933a2a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,11 +18,12 @@ jobs: - name: Set up node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 'package.json' cache: yarn - name: Set up yarn with corepack run: | corepack enable yarn + corepack prepare yarn@latest --activate yarn --version # - name: Get yarn store path # id: yarn_cache