Skip to content

Commit

Permalink
Merged in BESECART-2345/upgrade-to-node20 (pull request #60)
Browse files Browse the repository at this point in the history
BESECART-2346: Upgrade  to use nodejs20

Approved-by: Huy Vo
  • Loading branch information
Julio Rincon committed Mar 11, 2024
2 parents d4abf18 + 84fb8b6 commit 851e380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ outputs:
artifact-token:
description: Token value
runs:
using: 'node16'
main: 'dist/index.js'
using: "node20"
main: "dist/index.js"

0 comments on commit 851e380

Please sign in to comment.