Update to Node.js 20 compatibility

This commit is contained in:
Naoki Oketani
2025-05-01 12:05:25 +00:00
parent 362afbddca
commit 414f093a36
4 changed files with 41 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ outputs:
npm_audit:
description: 'The output of the npm audit report in a text format'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'search'