Skip to content

Commit 2849b88

Browse files
committed
feat(volta): added volta parameters to ensure consistency with node and npm
1 parent 5c3bc2b commit 2849b88

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,9 @@
9090
"prettier --write",
9191
"eslint --fix"
9292
]
93+
},
94+
"volta": {
95+
"node": "22.13.1",
96+
"npm": "10.9.2"
9397
}
9498
}

0 commit comments

Comments
 (0)