Skip to content

Commit

Permalink
Upgrade to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
counterleft committed Aug 11, 2023
1 parent f1856a9 commit 24b2f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ outputs:
tag:
description: "Final tag applied"
runs:
using: 'node12'
using: "node16"
# 'main' below needs to be relative to repo root for testing with 'act'
# For running in GitHub, should be relative to 'action.yml' location
main: "dist/index.js"

0 comments on commit 24b2f02

Please sign in to comment.