Skip to content

Commit

Permalink
chore: move towards node v20 when executing the action
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyubabbar committed Sep 18, 2024
1 parent 5611d21 commit 4ab504d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: 'Rudder Transformation Action'
description: 'Tests transformations and libraries from your repo and publishes them to your Rudderstack workspace'
name: "Rudder Transformation Action"
description: "Tests transformations and libraries from your repo and publishes them to your Rudderstack workspace"
branding:
icon: activity
color: purple
icon: activity
color: purple
inputs:
metaPath:
description: 'File containing metadata about transformation and libraries'
required: true
email:
description: 'Owner email of the workspace'
required: true
accessToken:
description: 'accessToken generated for a workspace'
required: true
serverEndpoint:
description: 'backend url'
required: false
default: 'https://api.rudderstack.com'
uploadTestArtifact:
description: 'Toggle for enabling artifacts'
required: false
metaPath:
description: "File containing metadata about transformation and libraries"
required: true
email:
description: "Owner email of the workspace"
required: true
accessToken:
description: "accessToken generated for a workspace"
required: true
serverEndpoint:
description: "backend url"
required: false
default: "https://api.rudderstack.com"
uploadTestArtifact:
description: "Toggle for enabling artifacts"
required: false
runs:
using: 'node12'
main: 'dist/index.js'
using: "node20"
main: "dist/index.js"

0 comments on commit 4ab504d

Please sign in to comment.