Fix CI scripts #32

Open
opened 2023-03-21 15:44:11 +00:00 by dboreham · 1 comment
Owner

The CI scripts in .github/workflows currently refer to lerna so won't work now that lerna is gone.

The CI scripts in `.github/workflows` currently refer to lerna so won't work now that lerna is gone.
Author
Owner

Also fails complaining about an old version of Node:

Run # git config --global user.email "npm@dxos.org"
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
warning Pattern ["@apollo/client@latest"] is trying to unpack in the same destination "/home/runner/.cache/yarn/v6/npm-@apollo-client-3.7.10-addc5fcebaf016981d9476[26](https://github.com/cerc-io/laconic-console/actions/runs/4502748284/jobs/7925006980#step:4:27)8a06d5[29](https://github.com/cerc-io/laconic-console/actions/runs/4502748284/jobs/7925006980#step:4:30)be83f568-integrity/node_modules/@apollo/client" as pattern ["@apollo/client@^3.7.10"]. This could result in non-deterministic behavior, skipping.
error @webpack-cli/info@2.0.1: The engine "node" is incompatible with this module. Expected version ">=14.15.0". Got "12.22.12"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: Process completed with exit code 1.
Also fails complaining about an old version of Node: ``` Run # git config --global user.email "npm@dxos.org" yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... warning Pattern ["@apollo/client@latest"] is trying to unpack in the same destination "/home/runner/.cache/yarn/v6/npm-@apollo-client-3.7.10-addc5fcebaf016981d9476[26](https://github.com/cerc-io/laconic-console/actions/runs/4502748284/jobs/7925006980#step:4:27)8a06d5[29](https://github.com/cerc-io/laconic-console/actions/runs/4502748284/jobs/7925006980#step:4:30)be83f568-integrity/node_modules/@apollo/client" as pattern ["@apollo/client@^3.7.10"]. This could result in non-deterministic behavior, skipping. error @webpack-cli/info@2.0.1: The engine "node" is incompatible with this module. Expected version ">=14.15.0". Got "12.22.12" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. Error: Process completed with exit code 1. ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-console#32
No description provided.