Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Update Seed to fix CI failures #71

Merged
merged 1 commit into from
Apr 2, 2020
Merged

Build: Update Seed to fix CI failures #71

merged 1 commit into from
Apr 2, 2020

Conversation

tindzk
Copy link
Member

@tindzk tindzk commented Mar 31, 2020

The Seed v0.1.4 Docker image ships an outdated Node version which was causing the jsdom installation to fail in Drone CI builds:

+ yarn add jsdom
yarn add v1.7.0
info No lockfile found.
[1/4] Resolving packages...
warning jsdom > request@2.88.2: request has been deprecated, see request/request#3142
[2/4] Fetching packages...
error data-urls@2.0.0: The engine "node" is incompatible with this module. Expected version ">=10".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

The Seed v0.1.4 Docker image ships an outdated Node version which
was causing the jsdom installation to fail in Drone CI builds:

```
+ yarn add jsdom
yarn add v1.7.0
info No lockfile found.
[1/4] Resolving packages...
warning jsdom > request@2.88.2: request has been deprecated, see request/request#3142
[2/4] Fetching packages...
error data-urls@2.0.0: The engine "node" is incompatible with this module. Expected version ">=10".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
```
@tindzk tindzk changed the title Drone CI: Downgrade jsdom Build: Update Seed to fix CI failures Apr 1, 2020
@tindzk tindzk merged commit 62f17a2 into master Apr 2, 2020
@tindzk tindzk deleted the bug/jsdom branch April 2, 2020 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant