Update node version used

This commit is contained in:
Joseph Garrone 2024-05-19 08:24:38 +02:00
parent 4b7615d6bc
commit b953a0ce3f
5 changed files with 9940 additions and 9918 deletions

View file

@ -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")
);