Skip to content

Commit 115e8cb

Browse files
authored
Merge pull request #4010 from github/mbg/ts/update-release-branch
Convert `update-release-branch.py` to TypeScript
2 parents 830c231 + 423e341 commit 115e8cb

10 files changed

Lines changed: 1151 additions & 477 deletions

File tree

.github/actions/release-branches/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ runs:
2222
MAJOR_VERSION: ${{ inputs.major_version }}
2323
LATEST_TAG: ${{ inputs.latest_tag }}
2424
run: |
25-
npm ci
2625
npx tsx ./pr-checks/release-branches.ts \
2726
--major-version "$MAJOR_VERSION" \
2827
--latest-tag "$LATEST_TAG"

.github/actions/release-initialise/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ runs:
2121
node-version: 24
2222
cache: 'npm'
2323

24+
- name: Install JavaScript dependencies
25+
shell: bash
26+
run: npm ci
27+
2428
- name: Set up Python
2529
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2630
with:

0 commit comments

Comments
 (0)