Skip to content

Commit

Permalink
Update .nvmrc to use latest LTS release (#220)
Browse files Browse the repository at this point in the history
**Why**:

- Fix Federalist builds, which no longer support Node 10
- Avoid pinning to a specific version to reduce future maintenance overhead
- Use a version of Node which hasn't fallen outside the maintenance calendar, to avoid missing critical bug fixes or encountering other conflicts

See: https://nodejs.org/en/about/releases/
  • Loading branch information
aduth authored May 18, 2021
1 parent 9d91946 commit 879c339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
lts/*

0 comments on commit 879c339

Please sign in to comment.