Skip to content

Commit

Permalink
issue #371: test with nodejs@22
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-engineering committed Sep 15, 2024
1 parent e3f1935 commit a610f53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x


- name: Install Dependencies
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down Expand Up @@ -89,10 +89,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x

- name: Extract the version and commit body from the tag
id: extract_release
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (René) see issue #371: test with nodejs@22

### 3.3.6 (2024-08-25)
* (René) downgrade of "promise-socket" to 7.0.0

Expand Down

0 comments on commit a610f53

Please sign in to comment.