Skip to content

Commit

Permalink
Bump to 18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Nov 16, 2023
1 parent 3cba769 commit d62f8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.16 || >=20').
gen_enforced_field(WorkspaceCwd, 'engines.node', '^18.18 || >=20').

% The package is public.
gen_enforced_field(WorkspaceCwd, 'publishConfig.access', 'public').
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.16 || >=20"
"node": "^18.18 || >=20"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit d62f8f2

Please sign in to comment.