Skip to content

Commit

Permalink
임시로 actions/setup-node의 cache 옵션을 사용하지 않도록 함
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehyeon48 committed Oct 12, 2023
1 parent 7ab1eb4 commit d38e75e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: ${{ env.NPM_REGISTRY_URL }}
cache: 'pnpm'

- name: Wait for CI
uses: fountainhead/action-wait-for-check@v1.1.0
Expand Down Expand Up @@ -92,7 +91,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: ${{ env.NPM_REGISTRY_URL }}
cache: 'pnpm'

- name: Get release version
run: echo "DEPLOY_VERSION=v$(cat ./lerna.json | jq -r '.version')" >> $GITHUB_ENV
Expand Down Expand Up @@ -213,7 +211,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: ${{ env.NPM_REGISTRY_URL }}
cache: 'pnpm'

- name: Get release version
env:
Expand Down

0 comments on commit d38e75e

Please sign in to comment.