Skip to content

Commit

Permalink
bump node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMaz committed Apr 5, 2024
1 parent 37024ef commit c744879
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'

- run: npm ci

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:

strategy:
matrix:
# node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
adapter: [Fake, Redis, Redis-Cluster, AMQP, NATS, Kafka, Multi]
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
]
},
"engines": {
"node": ">= 12.x.x"
"node": ">= 18.x.x"
},
"dependencies": {
"lodash": "^4.17.21",
Expand Down

0 comments on commit c744879

Please sign in to comment.