Skip to content

Commit

Permalink
Update node version in action.yml: v16 -> v18 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
theboolean authored May 21, 2024
1 parent 3843f7a commit 46c6bcc
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 @@ -3,7 +3,7 @@ description: 'checks if your Node.js installation is vulnerable to known securit
author: 'RafaelGSS'

runs:
using: 'node16'
using: 'node18'
main: 'dist/index.js'

inputs:
Expand Down

0 comments on commit 46c6bcc

Please sign in to comment.