Skip to content

Commit

Permalink
fix: Try to fix js-build 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jul 1, 2024
1 parent 6ee7a79 commit b88c146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/js-build/1.0/internal/pkg/build/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var SupportNodeVersionFormatMap = map[string]string{
"14": "14",
"16": "16",
"18": "18",
"20": "20",
}

func Execute() error {
Expand Down

0 comments on commit b88c146

Please sign in to comment.