Skip to content

Commit bc61536

Browse files
committed
chore: update yarn; format
1 parent 76e9ea3 commit bc61536

File tree

4 files changed

+5
-939
lines changed

4 files changed

+5
-939
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 24
2424
cache: "yarn"
25-
registry-url: 'https://registry.npmjs.org'
25+
registry-url: "https://registry.npmjs.org"
2626

2727
- name: Install dependencies
2828
run: |
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
node-version: 24
5151
cache: "yarn"
52-
registry-url: 'https://registry.npmjs.org'
52+
registry-url: "https://registry.npmjs.org"
5353

5454
- name: Install dependencies
5555
run: |
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
node-version: 24
7575
cache: "yarn"
76-
registry-url: 'https://registry.npmjs.org'
76+
registry-url: "https://registry.npmjs.org"
7777

7878
- name: Install dependencies
7979
run: |

.yarn/releases/yarn-4.5.3.cjs

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

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.5.3.cjs
7+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"tsx": "^4.19.2",
3232
"typescript": "5.7.2"
3333
},
34-
"packageManager": "yarn@4.5.3"
34+
"packageManager": "yarn@4.12.0"
3535
}

0 commit comments

Comments
 (0)