Skip to content

Commit

Permalink
updated packages, remove Node16 from test
Browse files Browse the repository at this point in the history
* (chaozmc) Removed Node 16.x from Test-and-release (fix Issue #19)
* (chaozmc) updated dependencies
* (chaozmc) updated protobufjs and google-gax
* (chaozmc) updated word-wrap
  • Loading branch information
chaozmc committed Sep 22, 2023
1 parent a8b4359 commit 15c2734
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ The adapter maintains the connected state, even there's no real permanent connec
Placeholder for the next version (at the beginning of the line):
**WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
* (chaozmc) Removed Node 16.x from Test-and-release (fix Issue #19)
* (chaozmc) updated dependencies
* (chaozmc) updated protobufjs and google-gax
* (chaozmc) updated word-wrap

### 1.0.3 (2023-05-09)
* (chaozmc) Bump version

Expand Down
Loading

0 comments on commit 15c2734

Please sign in to comment.