Skip to content

Commit 251f6b3

Browse files
committed
chore: Use yarn berry
1 parent a51807e commit 251f6b3

File tree

6 files changed

+947
-899
lines changed

6 files changed

+947
-899
lines changed

.github/workflows/build_test_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup yarn
2828
run: |
2929
corepack prepare yarn@stable --activate
30-
yarn set version 4.2.1
30+
yarn set version berry
3131
3232
- name: Build, lint and test
3333
run: |

.yarn/releases/yarn-4.2.1.cjs

Lines changed: 0 additions & 894 deletions
This file was deleted.

.yarn/releases/yarn-4.9.2.cjs

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

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.2.1.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
"workspaces": [
6060
"packages/*"
6161
],
62-
"packageManager": "yarn@4.2.1"
62+
"packageManager": "yarn@4.9.2"
6363
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13538,11 +13538,11 @@ __metadata:
1353813538

1353913539
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>":
1354013540
version: 5.8.3
13541-
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=b45daf"
13541+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
1354213542
bin:
1354313543
tsc: bin/tsc
1354413544
tsserver: bin/tsserver
13545-
checksum: 10c0/92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
13545+
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
1354613546
languageName: node
1354713547
linkType: hard
1354813548

0 commit comments

Comments
 (0)