Skip to content

Commit

Permalink
bug: Fix node version in .nvmrc file
Browse files Browse the repository at this point in the history
The README already states:

Please notice: Version 1.2.2 is the last version working fine on node
v12. From Version 2 on, you will need at least Node v14 to run this NPM
license checker. Thanks to @daniel-schulz for pointing this out!

But I never updated the .nvmrc file - this has been done now.
  • Loading branch information
Roman Seidelsohn committed Jan 21, 2023
1 parent 38f6bba commit 9b5f6f9
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 @@
v12.16.1
v14

0 comments on commit 9b5f6f9

Please sign in to comment.