mirror of
https://github.com/actions/setup-node.git
synced 2025-06-28 21:53:48 +00:00
Prettier 2.0.4
This commit is contained in:
parent
83c9f7a7df
commit
bda5d53c75
4 changed files with 7 additions and 19 deletions
|
@ -13,21 +13,13 @@ describe('installer tests', () => {
|
|||
toolDir = path.join(
|
||||
__dirname,
|
||||
'runner',
|
||||
path.join(
|
||||
Math.random()
|
||||
.toString(36)
|
||||
.substring(7)
|
||||
),
|
||||
path.join(Math.random().toString(36).substring(7)),
|
||||
'tools'
|
||||
);
|
||||
const tempDir = path.join(
|
||||
__dirname,
|
||||
'runner',
|
||||
path.join(
|
||||
Math.random()
|
||||
.toString(36)
|
||||
.substring(7)
|
||||
),
|
||||
path.join(Math.random().toString(36).substring(7)),
|
||||
'temp'
|
||||
);
|
||||
await io.rmRF(toolDir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue