Skip to content

Commit ccf50a7

Browse files
committed
fix: use volta
1 parent 84cb674 commit ccf50a7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,5 +202,9 @@
202202
}
203203
},
204204
"exports": "./lib/index.js",
205-
"type": "module"
205+
"type": "module",
206+
"volta": {
207+
"node": "20.19.5",
208+
"yarn": "1.22.22"
209+
}
206210
}

0 commit comments

Comments
 (0)