mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update to node16
This commit is contained in:
parent
1b498f1789
commit
c9d3057053
4 changed files with 6580 additions and 3076 deletions
|
|
@ -27,7 +27,7 @@ fs.writeFileSync(
|
|||
` description: '${getOutputDescription(outputName).replace(/'/g,"''")}'`
|
||||
].join("\n")),
|
||||
`runs:`,
|
||||
` using: 'node12'`,
|
||||
` using: 'node16'`,
|
||||
` main: 'dist/index.js'`
|
||||
].join("\n"), "utf8")
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue