Skip to content

Commit

Permalink
arranged Github workflows on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
brklntmhwk committed Mar 1, 2024
1 parent 49d7541 commit b699ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b699ea6

Please sign in to comment.