-
Notifications
You must be signed in to change notification settings - Fork 11
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
Make CI use Node version from package.json #717
Make CI use Node version from package.json #717
Conversation
Signed-off-by: Ahmad Kadri <[email protected]>
|
Signed-off-by: Ahmad Kadri <[email protected]>
Signed-off-by: Ahmad Kadri <[email protected]>
Signed-off-by: Ahmad Kadri <[email protected]>
Signed-off-by: Ahmad Kadri <[email protected]>
.github/workflows/ci.yml
Outdated
@@ -104,7 +104,7 @@ jobs: | |||
|
|||
- uses: actions/setup-node@v4 | |||
with: | |||
node-version: '20' | |||
node-version-file: 'e2e/package.json' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bot sollte seine eigene oder root nutzen
bot should use its own or root
.github/workflows/ci.yml
Outdated
@@ -200,7 +200,7 @@ jobs: | |||
|
|||
- uses: actions/setup-node@v4 | |||
with: | |||
node-version: '20' | |||
node-version-file: 'e2e/package.json' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changesets sollte root nutzen
changesets should use root
.github/workflows/ci.yml
Outdated
@@ -237,7 +237,7 @@ jobs: | |||
|
|||
- uses: actions/setup-node@v4 | |||
with: | |||
node-version: '20' | |||
node-version-file: 'e2e/package.json' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2e kann e2e nutzen, oder root
e2e can continue using e2e, or use root
Signed-off-by: Ahmad Kadri <[email protected]>
Signed-off-by: Ahmad Kadri <[email protected]>
Signed-off-by: Ahmad Kadri <[email protected]>
✔️ Checklist
Signed-off-by
line in the message (more info).