Skip to content

Commit

Permalink
Update Node version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Feb 21, 2024
1 parent 03cf892 commit 161ff01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion constraints.pro
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ gen_enforced_dependency(WorkspaceCwd, DependencyIdent, null, DependencyType) :-
DependencyType == 'devDependencies'.

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

% The package is public.
gen_enforced_field(WorkspaceCwd, 'publishConfig.access', 'public').
Expand Down
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1385,20 +1385,13 @@ __metadata:
languageName: node
linkType: hard

"@scure/base@npm:^1.1.3":
"@scure/base@npm:^1.1.3, @scure/base@npm:~1.1.0":
version: 1.1.5
resolution: "@scure/base@npm:1.1.5"
checksum: 9e9ee6088cb3aa0fb91f5a48497d26682c7829df3019b1251d088d166d7a8c0f941c68aaa8e7b96bbad20c71eb210397cb1099062cde3e29d4bad6b975c18519
languageName: node
linkType: hard

"@scure/base@npm:~1.1.0":
version: 1.1.3
resolution: "@scure/base@npm:1.1.3"
checksum: 1606ab8a4db898cb3a1ada16c15437c3bce4e25854fadc8eb03ae93cbbbac1ed90655af4b0be3da37e12056fef11c0374499f69b9e658c9e5b7b3e06353c630c
languageName: node
linkType: hard

"@scure/bip32@npm:1.3.1":
version: 1.3.1
resolution: "@scure/bip32@npm:1.3.1"
Expand Down

0 comments on commit 161ff01

Please sign in to comment.