5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 18:56:56 +00:00

feat: switch operating environment to node16

switch operating environment to node16

BREAKING CHANGE: switch operating environment to node16

#92, #96
This commit is contained in:
Geoffrey.C 2022-03-03 16:56:19 +08:00
parent f6b0ca3d7a
commit b5f16ae54b

View file

@ -44,5 +44,5 @@ outputs:
last_release_version:
description: 'Version of the previous release, if there was one.'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'