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