mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46: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:
parent
f6b0ca3d7a
commit
b5f16ae54b
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue