Skip to content

Commit

Permalink
Merge pull request #1 from mikaoelitiana/patch-1
Browse files Browse the repository at this point in the history
Update node version from 12 to 16
  • Loading branch information
mikaoelitiana authored Jun 2, 2023
2 parents 47d391d + 16c9493 commit d72af03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: 'Node.js dependency freshness via libyear'
description: 'Track NPM dependency freshness'
author: 'Sam Lanning <[email protected]>'
runs:
using: 'node12'
using: 'node16'
main: 'dist/main/index.js'
branding:
icon: 'bar-chart-2'
color: 'purple'
color: 'purple'

0 comments on commit d72af03

Please sign in to comment.