mirror of
https://github.com/garronej/ts-ci.git
synced 2025-12-01 05:43:06 +00:00
Use node 20 not node 21
This commit is contained in:
parent
b953a0ce3f
commit
45686f5e1d
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ fs.writeFileSync(
|
|||
` description: '${getOutputDescription(outputName).replace(/'/g,"''")}'`
|
||||
].join("\n")),
|
||||
`runs:`,
|
||||
` using: 'node21'`,
|
||||
` using: 'node20'`,
|
||||
` main: 'dist/index.js'`
|
||||
].join("\n"), "utf8")
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue