We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba5a6d4 + 4f470fa commit b7eb5b8Copy full SHA for b7eb5b8
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 || '24.0.0" }}
+ node_version: ${{ inputs.node_version || "24.0.0" }}
35
script: ${{ inputs.script || 'yarn build' }}
36
37
permissions:
0 commit comments