We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f141ed commit 980ecc4Copy full SHA for 980ecc4
1 file changed
.github/workflows/deploy-sophora-components.yml
@@ -23,7 +23,8 @@ jobs:
23
with:
24
full_repository: ${{ github.repository }}
25
branch: ${{ github.head_ref || github.ref_name }}
26
- working_directory: sophora-components
+ working_directory: 'sophora-components'
27
+ node_version: 24
28
install_command: 'npm ci'
29
build_command: 'npm run build'
30
build_path: 'build'
0 commit comments