Skip to content

Commit 8562437

Browse files
Update audit_package.yml
1 parent ef1fee8 commit 8562437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/audit_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
base_branch: ${{ inputs.base_branch || 'main' }}
3333
package_manager: "yarn"
34-
node_version: ${{ inputs.node_version }}
34+
node_version: ${{ inputs.node_version || '24.0.0" }}
3535
script: ${{ inputs.script || 'yarn build' }}
3636

3737
permissions:

0 commit comments

Comments
 (0)