Skip to content

Commit

Permalink
Merge pull request #43 from simonppg/patch-1
Browse files Browse the repository at this point in the history
Update action.yml to use node16
  • Loading branch information
grassedge authored Apr 10, 2023
2 parents 1e7d7fd + aa379c9 commit 156fa89
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 @@ -9,7 +9,7 @@ inputs:
description: 'the commit message when committing generated images'
default: 'Render PlantUML files'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'image'
Expand Down

0 comments on commit 156fa89

Please sign in to comment.