Skip to content

Commit 4096f07

Browse files
committed
chore: run prettier
1 parent 1c48dc5 commit 4096f07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

__tests__/installer.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,10 @@ describe('setup-node', () => {
588588
it('reads node-version-file if provided (package.json, volta)', async () => {
589589
// Arrange
590590
const versionFile = 'package.json';
591-
const versionSpec = fs.readFileSync(path.join(__dirname, 'data', versionFile), 'utf8');
591+
const versionSpec = fs.readFileSync(
592+
path.join(__dirname, 'data', versionFile),
593+
'utf8'
594+
);
592595
const expectedVersionSpec = '16.15.1';
593596
process.env['GITHUB_WORKSPACE'] = path.join(__dirname, 'data');
594597
inputs['node-version-file'] = versionFile;

0 commit comments

Comments
 (0)