Skip to content

Commit

Permalink
feat: switch operating environment to node16
Browse files Browse the repository at this point in the history
switch operating environment to node16

BREAKING CHANGE: switch operating environment to node16

#92, #96
  • Loading branch information
cycjimmy committed Mar 3, 2022
1 parent f6b0ca3 commit b5f16ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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'

0 comments on commit b5f16ae

Please sign in to comment.