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 34541c1 commit 8d09200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up yarn with corepack
run: |
corepack enable yarn
corepack prepare yarn@latest --activate
corepack prepare yarn@4.1.0 --activate
yarn --version
# - name: Get yarn store path
# id: yarn_cache
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"remark-math": "^6.0.0",
"wrangler": "^3.29.0"
},
"packageManager": "yarn@1.22.11",
"packageManager": "yarn@4.1.0",
"engines": {
"node": ">=18.16.0"
}
Expand Down

0 comments on commit 8d09200

Please sign in to comment.