We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f0b1f commit 647e042Copy full SHA for 647e042
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
run: corepack enable
22
- uses: actions/setup-node@v4
23
env:
24
- yarn: 4.5.1
+ yarn: 4.5.3
25
with:
26
node-version: 22
27
cache: 'yarn'
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
package.json
@@ -36,5 +36,5 @@
36
"ts-jest": "^29.1.0",
37
"typescript": "^5.0.3"
38
},
39
- "packageManager": "yarn@4.5.1"
+ "packageManager": "yarn@4.5.3"
40
}
0 commit comments