Skip to content

[0.9.0] setup issue #101

Description

@juju4

I'm working on an ansible role to setup starbase and CI test is failing since Aug 2nd. Previous execution on Jul 26th was successful.
https://github.com/juju4/ansible-starbase/actions/runs/5745725710/job/15574145225#step:7:726
https://github.com/juju4/ansible-starbase/actions/runs/5841947117/job/15842577988#step:7:613

  TASK [juju4.starbase : Install yarn packages dependencies] *********************
  task path: /home/runner/work/ansible-starbase/ansible-starbase/juju4.starbase/tasks/starbase.yml:43
  Saturday 12 August 2023  15:00:53 +0000 (0:00:00.691)       0:02:08.712 *******
  fatal: [instance]: FAILED! => {"changed": false, "cmd": "/usr/local/lib/npm/bin/yarn install --non-interactive", "msg": "error @jupiterone/integration-sdk-cli@9.5.0: The engine \"node\" is incompatible with this module. Expected version \">=18.0.0 <19.x\". Got \"14.21.3\"\nerror Found incompatible module.", "rc": 1, "stderr": "error @jupiterone/integration-sdk-cli@9.5.0: The engine \"node\" is incompatible with this module. Expected version \">=18.0.0 <19.x\". Got \"14.21.3\"\nerror Found incompatible module.\n", "stderr_lines": ["error @jupiterone/integration-sdk-cli@9.5.0: The engine \"node\" is incompatible with this module. Expected version \">=18.0.0 <19.x\". Got \"14.21.3\"", "error Found incompatible module."], "stdout": "yarn install v1.22.19\n[1/5] Validating package.json...\n[2/5] Resolving packages...\n[3/5] Fetching packages...\ninfo Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.\n", "stdout_lines": ["yarn install v1.22.19", "[1/5] Validating package.json...", "[2/5] Resolving packages...", "[3/5] Fetching packages...", "info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command."]}

Per https://github.com/JupiterOne/sdk/tags, latest is 9.9.3/9.11.2
Last successful action on https://github.com/JupiterOne/starbase/actions is on Jul 19th.
Maybe just need engine 14 to 18 in https://github.com/JupiterOne/starbase/blob/main/package.json#L17 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions