Skip to content

Commit d41b6da

Browse files
committed
Try upgrading Yarn to Yarn Modern
1 parent ab36ea2 commit d41b6da

File tree

6 files changed

+7652
-4227
lines changed

6 files changed

+7652
-4227
lines changed

.github/workflows/set-up-everything/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ runs:
2727
python-version: 3.12.4
2828

2929
- name: Install dependencies
30-
# I learned about https://github.com/yarnpkg/yarn/issues/2739 painfully.
31-
run: yarn --production=false --frozen-lockfile
30+
run: yarn --frozen-lockfile
3231
shell: bash

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@ node_modules/
22
yarn-error.log
33

44
.DS_Store
5+
6+
.pnp.*
7+
.yarn/*
8+
!.yarn/patches
9+
!.yarn/plugins
10+
!.yarn/releases
11+
!.yarn/sdks
12+
!.yarn/versions

.yarn/releases/yarn-4.4.1.cjs

Lines changed: 925 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.4.1.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"eslint": "9.9.0",
2929
"prettier": "3.3.3"
3030
},
31-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
31+
"packageManager": "yarn@4.4.1"
3232
}

0 commit comments

Comments
 (0)