Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 75bd1ee

Browse files
committed
use just node 22
1 parent 5e80240 commit 75bd1ee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/compliance.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
node-version: [ 18, 20, 22 ]
24+
node-version: [ 22 ]
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Use Node.js ${{ matrix.node-version }}
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
node-version: [ 18, 20, 22 ]
45+
node-version: [ 22 ]
4646
redis-version: [ 4, 5 ]
4747

4848
steps:

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"homepage": "https://silverbucket.github.io/redis-connection-pool",
66
"license": "MIT",
77
"packageManager": "pnpm@9.15.1",
8+
"engines": {
9+
"node": ">=22.0.0"
10+
},
811
"private": false,
912
"keywords": [
1013
"redis",

0 commit comments

Comments
 (0)