Skip to content

Commit 3313449

Browse files
authored
Merge pull request #104 from ashikkumar23/copilot/fix-package-update-failure
Pin `actions-package-update` Node runtime to avoid `yarn` missing in scheduled dependency updates
2 parents d1e6677 + 3f95490 commit 3313449

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/package_update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
EXECUTE: "true"
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
LOG_LEVEL: debug
24+
SET_NODE_VERSION: "24"
2425
with:
2526
args: -u --packageFile package.json --loglevel verbose

0 commit comments

Comments
 (0)