Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
add volta config to help contributors use the same node and npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Apr 30, 2021
1 parent 5397e39 commit d491d2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,9 @@
"test:unit": "make test-unit",
"test:integration": "make test-integration"
},
"snyk": true
"snyk": true,
"volta": {
"node": "12.22.1",
"npm": "7.11.2"
}
}

0 comments on commit d491d2d

Please sign in to comment.