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.
1 parent df19008 commit 2fb3090Copy full SHA for 2fb3090
1 file changed
.github/workflows/audit_package.yml
@@ -15,7 +15,7 @@ on:
15
description: "Specify Node.js version"
16
required: false
17
type: string
18
- default: "20"
+ default: "24"
19
script:
20
description: "Specify the build script to run"
21
@@ -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" }}
35
script: ${{ inputs.script || 'yarn build' }}
36
37
permissions:
0 commit comments