Skip to content

chore: rename node to npm-build workflow#707

Open
susnux wants to merge 1 commit intomasterfrom
chore/rename-build
Open

chore: rename node to npm-build workflow#707
susnux wants to merge 1 commit intomasterfrom
chore/rename-build

Conversation

@susnux
Copy link
Copy Markdown
Contributor

@susnux susnux commented Apr 16, 2026

We do not have Node.JS applications but this workflow just checks if it can build the Javascript frontend using npm build. This should reduce confusion about the workflows intend.

We do not have Node.JS applications but this workflow
just checks if it can build the Javascript frontend using `npm build`.
This should reduce confusion about the workflows intend.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added the 3. to review Waiting for reviews label Apr 16, 2026
@@ -6,7 +6,7 @@
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Node
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What about #667 (comment) ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think the name here is fine, just the summary name must not change.
We could simply try it in an app with compiled assets.

The problematic part is that everyone updates workflows by copying them files misisng files are skipped.
I think we should keep a node.yml for some time that simply makes red CI and tells you to use npm-build.yml going forward

@ShGKme ShGKme requested a review from nickvergessen April 16, 2026 18:04
@skjnldsv
Copy link
Copy Markdown
Member

Would be nice to add that rename to the workflow-update workflow

@@ -6,7 +6,7 @@
# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: MIT

name: Node
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think the name here is fine, just the summary name must not change.
We could simply try it in an app with compiled assets.

The problematic part is that everyone updates workflows by copying them files misisng files are skipped.
I think we should keep a node.yml for some time that simply makes red CI and tells you to use npm-build.yml going forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename Node workflow

4 participants