Skip to content

Commit

Permalink
Merge pull request #134 from zowe/update-ibmdb-v2
Browse files Browse the repository at this point in the history
Update ibm_db in v2
  • Loading branch information
awharn authored Nov 13, 2023
2 parents 526edb0 + ad24963 commit 8c50f71
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 60 deletions.
10 changes: 10 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: actions/setup-python@v4
with:
python-version: '3.11.5'

- name: Install Node Package Dependencies
run: npm ci --quiet
Expand Down Expand Up @@ -84,6 +89,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 'lts/*'

- name: Downgrade Python
uses: actions/setup-python@v4
with:
python-version: '3.11.5'

- name: Install Dependencies
run: npm ci
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the IBM® Db2® Plug-in for Zowe CLI will be documented in this file.

## Recent Changes

- BugFix: Updated ibm_db dependency to resolve technical debt

## `5.0.3`

- BugFix: Updated ibm_db dependency for better support with Node.js 18
Expand Down
Loading

0 comments on commit 8c50f71

Please sign in to comment.