Skip to content

Commit

Permalink
Update constraints.pro
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
  • Loading branch information
legobeat and mcmire committed Oct 13, 2023
1 parent d9b930c commit 6fb639b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constraints.pro
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gen_enforced_dependency(WorkspaceCwd, DependencyIdent, null, DependencyType) :-
workspace_has_dependency(WorkspaceCwd, DependencyIdent, DependencyRange, DependencyType),
DependencyType == 'devDependencies'.

% The package must specify the expected node version contraint.
% The package must specify the expected node version constraint.
gen_enforced_field(WorkspaceCwd, 'engines.node', '^16.20 || ^18.16 || >=20').

% The package is public.
Expand Down

0 comments on commit 6fb639b

Please sign in to comment.