We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef1fee8 + 8562437 commit 5448433Copy full SHA for 5448433
1 file changed
.github/workflows/audit_package.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
base_branch: ${{ inputs.base_branch || 'main' }}
33
package_manager: "yarn"
34
- node_version: ${{ inputs.node_version }}
+ node_version: ${{ inputs.node_version || '24.0.0" }}
35
script: ${{ inputs.script || 'yarn build' }}
36
37
permissions:
0 commit comments