Skip to content

Commit bba285b

Browse files
committed
support for node 12 and higher
1 parent ee3c591 commit bba285b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
node-version: [14.x, 16.x, 17.x]
27+
node-version: [12.x, 14.x, 16.x, 17.x]
2828
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2929

3030
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"browser": "dist/amqp-websocket-client.mjs",
1313
"engines": {
14-
"node": ">=14.0.0"
14+
"node": ">=12.0.0"
1515
},
1616
"scripts": {
1717
"docs": "documentation build src/** -f html -o docs",

0 commit comments

Comments
 (0)