Skip to content

Commit 5cc8783

Browse files
committed
Removes Node.js build step
Removes the Node.js build step from the release workflow. This change streamlines the release process by eliminating the unnecessary building of CSS and JS files within the GitHub Actions workflow.
1 parent bdeecb5 commit 5cc8783

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ jobs:
3838
exit 1;
3939
fi
4040
41-
- id: build-node
42-
name: "Build project CSS and JS"
43-
uses: actions/setup-node@v3
44-
with:
45-
node-version: 16
46-
cache: 'npm'
47-
- run: npm install
48-
- run: npm run build
49-
5041
- id: build-php
5142
name: "Build project PHP"
5243
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)