Update action.yml to node18

pull/479/head
dhawalseth 2024-01-03 16:12:49 -08:00 committed by GitHub
parent a6efec62b1
commit f696bccda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ outputs:
This ID can be used as input to other APIs to download, delete or get more information about an artifact: https://docs.github.com/en/rest/actions/artifacts
runs:
using: 'node16'
using: 'node18'
main: 'dist/index.js'