Skip to content

Commit 3fc7c2a

Browse files
committed
fix: Pin yarn version
- The build is not working with `yarn@berry` - This change pins the version down to `v1.x` - Assumes usage of `volta`, but also makes the fact self-documenting Fixes #279
1 parent 17fc9b8 commit 3fc7c2a

File tree

2 files changed

+5033
-0
lines changed

2 files changed

+5033
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@
3131
"eslint": "8.40.0",
3232
"eslint-config-next": "^13.4.2",
3333
"eslint-config-sznm": "^1.1.1"
34+
},
35+
"volta": {
36+
"node": "18.16.0",
37+
"yarn": "1.22.19"
3438
}
3539
}

0 commit comments

Comments
 (0)