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

chore: update RWA to node 18 #1395

Closed
wants to merge 1 commit into from
Closed

Conversation

AtofStryker
Copy link
Contributor

updates RWA to node 18

@MikeMcC399
Copy link
Contributor

@@ -12,7 +12,7 @@
"url": "https://github.com/cypress-io/cypress-realworld-app/issues"
},
"engines": {
"node": "^16.16.0"
"node": "^18.15.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Depending on any app update, it may be possible to include also Node.js 20 and later e.g.

"node": "^18.15.0 || >=20.0.0"

@@ -46,7 +46,7 @@ jobs:
# which has some compatibility issues with openSSL inside this windows job.
# Node 18 updated with OpenSSL provider which causes this compatibility issue
# downgrading node to v16 to use the openssl-legacy-provider by default to prevent this issue
node-version: '16.16.0'
node-version: '18.15.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

The previous lines of comment no longer apply and should be removed.

@AtofStryker
Copy link
Contributor Author

AtofStryker commented Sep 3, 2023

@MikeMcC399 I am going to close this in favor of #1396. I should be able to update the engines there.

@AtofStryker AtofStryker closed this Sep 3, 2023
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.

2 participants