Skip to content

Commit e51b54e

Browse files
committed
chore: Update yarn version to 4.5.1
1 parent d4c37f6 commit e51b54e

File tree

5 files changed

+6179
-3368
lines changed

5 files changed

+6179
-3368
lines changed

.github/workflows/pr-check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
node-version: 20
2323
registry-url: https://registry.npmjs.org/
24+
cache: 'yarn'
2425

2526
- name: Test
2627
run: |

.yarn/releases/yarn-4.5.1.cjs

+934
Large diffs are not rendered by default.

.yarnrc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"pr-check": "yarn lint && yarn build"
10+
"pr-check": "yarn lint && yarn build"
1111
},
1212
"dependencies": {
1313
"@vercel/analytics": "^1.3.1",
@@ -35,5 +35,6 @@
3535
"prettier-plugin-tailwindcss": "^0.5.14",
3636
"tailwindcss": "^3.4.1",
3737
"typescript": "^5"
38-
}
38+
},
39+
"packageManager": "[email protected]"
3940
}

0 commit comments

Comments
 (0)