We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32f341 commit d16be64Copy full SHA for d16be64
test/system/repository.test.js
@@ -38,7 +38,7 @@ describe('project repository', function () {
38
expect(json).to.have.property('repository');
39
40
expect(json).to.have.property('engines');
41
- expect(json.engines).to.eql({ node: '>=12' });
+ expect(json.engines).to.eql({ node: '>=18' });
42
});
43
44
it('must have a valid version string in form of <major>.<minor>.<revision>', function () {
0 commit comments