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

Drop support for Node v12 and v14, add support for Node v16, v18 and v20 #777

Closed
wants to merge 3 commits into from

Conversation

bertdeblock
Copy link
Contributor

No description provided.


steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: yarn install --ignore-engines --frozen-lockfile
run: yarn install --ignore-engines --frozen-lockfile --network-timeout 600000
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yarn installs on windows often fail, which is pretty time consuming.
This should hopefully improve that.

// we must provide a `global`
//
// this is due to https://git.io/Jtb7s (Ember 3.27+)
if (!hasGlobalThis) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Node >= v12 always has globalThis.

@bertdeblock bertdeblock mentioned this pull request Aug 25, 2023
7 tasks
@bertdeblock bertdeblock marked this pull request as draft August 25, 2023 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants