Skip to content

Commit 2fb3090

Browse files
Update audit_package.yml
1 parent df19008 commit 2fb3090

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/audit_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
description: "Specify Node.js version"
1616
required: false
1717
type: string
18-
default: "20"
18+
default: "24"
1919
script:
2020
description: "Specify the build script to run"
2121
required: false
@@ -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" }}
3535
script: ${{ inputs.script || 'yarn build' }}
3636

3737
permissions:

0 commit comments

Comments
 (0)