Skip to content

Commit

Permalink
Update python
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Nov 10, 2023
1 parent f9afa98 commit 9ada2ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/zowe-cli-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Downgrade Python
uses: action/setup-python@v4
with:
python-version: '3.14.5'

- name: Install Node Package Dependencies
run: npm ci --quiet
Expand Down

0 comments on commit 9ada2ed

Please sign in to comment.