Skip to content

Commit 96ff4b9

Browse files
Update yarn versions
1 parent a505e5b commit 96ff4b9

4 files changed

Lines changed: 6058 additions & 4185 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# Node
99
node_modules/
10+
.yarn
1011

1112
# Testing
1213
/events

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"repository": "https://github.com/CSSUoB/pr-auto-updater",
77
"author": "MattyTheHacker <<18513864+MattyTheHacker@users.noreply.github.com>>",
88
"license": "MIT",
9-
"bin": {
10-
"autoupdate-action": "bin/cli.js"
11-
},
9+
"bin": "bin/cli.js",
1210
"scripts": {
1311
"build": "ncc build bin/cli.ts --out dist",
1412
"lint": "eslint . && prettier --list-different bin/*.ts src/*.ts test/*.ts",
@@ -45,7 +43,7 @@
4543
"ttypescript": "^1.5.15",
4644
"typescript": "^5.0.4"
4745
},
48-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
46+
"packageManager": "yarn@4.9.1",
4947
"resolutions": {
5048
"glob": "^9.0.0"
5149
}

0 commit comments

Comments
 (0)