This message was deleted.
# general
s
This message was deleted.
b
Hmm, I’m using it with a TS stack and it works fine
šŸ‘ 1
k
@busy-umbrella-36067 Hmm, keeps complaining on the first issue that the PR addresses where the pipeline fails and errors out by saying that nodeJS is not found
Shouldn't be a problem then if TS or vanilla JS is used.. Is it possible to share your workflow file?
šŸ‘ 1
b
Copy code
# deploy
    - uses: <docker://pulumi/actions>
      with:
        args: update
      env:
        PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_TOKEN }}
        PULUMI_CI: up
        PULUMI_ROOT: infra
šŸ™Œ 1