Update action.yml to use node18
parent
dcd703c4b7
commit
72db79fe99
|
@ -27,5 +27,5 @@ outputs:
|
|||
download-path:
|
||||
description: 'Path of artifact download'
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node18'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Reference in New Issue