Skip to content
Snippets Groups Projects
Unverified Commit 2b8600aa authored by Tasso Evangelista's avatar Tasso Evangelista Committed by GitHub
Browse files

Chore: Update Volta configuration (#25394)

parent 9578e153
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,6 @@ ...@@ -69,7 +69,6 @@
"typescript": "~4.3.5" "typescript": "~4.3.5"
}, },
"volta": { "volta": {
"node": "14.18.2", "extends": "../../package.json"
"npm": "6.14.15"
} }
} }
...@@ -366,8 +366,7 @@ ...@@ -366,8 +366,7 @@
"Firefox ESR" "Firefox ESR"
], ],
"volta": { "volta": {
"node": "14.18.2", "extends": "../../package.json"
"npm": "6.14.15"
}, },
"nyc": { "nyc": {
"include": [ "include": [
......
...@@ -49,5 +49,9 @@ ...@@ -49,5 +49,9 @@
"apps/meteor/.docker/Dockerfile.rhel", "apps/meteor/.docker/Dockerfile.rhel",
"apps/meteor/app/utils/rocketchat.info" "apps/meteor/app/utils/rocketchat.info"
] ]
},
"volta": {
"node": "14.18.3",
"yarn": "1.22.18"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment