chore: Update node version in action.yml and language instructions in createPrompt.ts

This commit is contained in:
Will Hohyon Ryu 2024-03-07 19:51:23 -08:00
parent a242c742a4
commit 9defc56369
2 changed files with 2 additions and 4 deletions

View file

@ -20,7 +20,7 @@ inputs:
required: false
default: ""
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
icon: "aperture"