Skip to content

Commit 980ecc4

Browse files
committed
Set node_version for workflow (should not make a difference)
1 parent 9f141ed commit 980ecc4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-sophora-components.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
with:
2424
full_repository: ${{ github.repository }}
2525
branch: ${{ github.head_ref || github.ref_name }}
26-
working_directory: sophora-components
26+
working_directory: 'sophora-components'
27+
node_version: 24
2728
install_command: 'npm ci'
2829
build_command: 'npm run build'
2930
build_path: 'build'

0 commit comments

Comments
 (0)