Skip to content

Commit

Permalink
Updated node version to node.js 16 (#271)
Browse files Browse the repository at this point in the history
Node.js 12 actions are deprecated. updating to node 16.

Fixes #270
  • Loading branch information
saniales committed Nov 8, 2022
1 parent 38c59b6 commit 4b92534
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 @@ -12,5 +12,5 @@ inputs:
required: false
description: 'Docker config file path'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 4b92534

Please sign in to comment.