We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2500d8 commit df96b20Copy full SHA for df96b20
.github/workflows/build.yml
@@ -9,11 +9,11 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node: ["12", "14", "16"]
+ node: [14.x, 16.x, 18.x]
13
name: Node v${{ matrix.node }}
14
steps:
15
- - uses: actions/checkout@v2
16
- - uses: actions/setup-node@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
17
with:
18
node-version: ${{ matrix.node }}
19
- run: sudo apt-get install -y redis-server
package.json
@@ -25,7 +25,7 @@
25
"redis-v4": "npm:redis@4"
26
},
27
"engines": {
28
- "node": ">=12"
+ "node": ">=14"
29
30
"bugs": {
31
"url": "https://github.com/tj/connect-redis/issues"
0 commit comments