Skip to content

Commit

Permalink
fix: use node 16
Browse files Browse the repository at this point in the history
The action.yml was using node 12 still, even though the rest of the toolchain had earlier been updated to node 16
  • Loading branch information
jim80net committed Mar 30, 2023
1 parent 1565a05 commit eb26c1c
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 @@ -42,5 +42,5 @@ outputs:
service:
description: 'The created or found Service in JSON'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit eb26c1c

Please sign in to comment.