Skip to content

Commit 46c6bcc

Browse files
authored
Update node version in action.yml: v16 -> v18 (#15)
1 parent 3843f7a commit 46c6bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'checks if your Node.js installation is vulnerable to known securit
33
author: 'RafaelGSS'
44

55
runs:
6-
using: 'node16'
6+
using: 'node18'
77
main: 'dist/index.js'
88

99
inputs:

0 commit comments

Comments
 (0)