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.
npm ci
release-initialise
1 parent 6592b8d commit 29bc2b4Copy full SHA for 29bc2b4
2 files changed
.github/actions/release-branches/action.yml
@@ -22,7 +22,6 @@ runs:
22
MAJOR_VERSION: ${{ inputs.major_version }}
23
LATEST_TAG: ${{ inputs.latest_tag }}
24
run: |
25
- npm ci
26
npx tsx ./pr-checks/release-branches.ts \
27
--major-version "$MAJOR_VERSION" \
28
--latest-tag "$LATEST_TAG"
.github/actions/release-initialise/action.yml
@@ -21,6 +21,10 @@ runs:
21
node-version: 24
cache: 'npm'
+ - name: Install JavaScript dependencies
+ shell: bash
+ run: npm ci
+
- name: Set up Python
29
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
30
with:
0 commit comments