mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +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
|
|
@ -80,5 +80,5 @@ outputs:
|
|||
is_pre_release:
|
||||
description: 'Output of is_package_json_version_upgraded, true|false'
|
||||
runs:
|
||||
using: 'node21'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
|
@ -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