Skip to content

Commit 953e1f0

Browse files
committed
feature: @putout/plugin-github: set-node-versions: report
1 parent 465424b commit 953e1f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/plugin-github/lib/set-node-versions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const defaultVersions = [
1616

1717
const {parse, stringify} = JSON;
1818

19-
export const report = () => 'Latest version of node is missing';
19+
export const report = () => 'Use latest version of node';
2020

2121
export const fix = (path, {options}) => {
2222
const {

packages/plugin-github/lib/set-node-versions/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const test = createTest(import.meta.url, {
88
});
99

1010
test('plugin-github: set node versions: report: github', (t) => {
11-
t.report('github', 'Latest version of node is missing');
11+
t.report('github', 'Use latest version of node');
1212
t.end();
1313
});
1414

0 commit comments

Comments
 (0)