Skip to content

Commit 1cfb51c

Browse files
committed
ci: updated minimum node.js version to 17.3.0
1 parent 3d8ea6b commit 1cfb51c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
nodeVer:
12-
- 17.2.0
12+
- 17.3.0
1313
- 18
14+
- 19
1415
steps:
1516

1617
- uses: actions/checkout@master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
A client & server implementation of the WAMP-like RPC-over-websocket system defined in the [OCPP-J protcols](https://www.openchargealliance.org/protocols/) (e.g. [OCPP1.6J](https://www.openchargealliance.org/protocols/ocpp-16/) and [OCPP2.0.1J](https://www.openchargealliance.org/protocols/ocpp-201/)).
1313

14-
Requires Node.js >= 17.2.0
14+
Requires Node.js >= 17.3.0
1515

1616
This module is built for Node.js and does not currently work in browsers.
1717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"coverage": "nyc --reporter=lcov --reporter=text mocha"
99
},
1010
"engines": {
11-
"node": ">=17.2.0"
11+
"node": ">=17.3.0"
1212
},
1313
"keywords": [
1414
"ocpp",

0 commit comments

Comments
 (0)