1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

fix tests workflow

This commit is contained in:
leibale
2021-11-09 19:57:04 -05:00
parent 38426fe2a4
commit 27a1fa7d14

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: [12.x, 14.x, 16.x] node-version: [12, 14, 16]
redis-version: [5, 6.0, 6.2] redis-version: [5, 6.0, 6.2]
steps: steps:
@@ -27,7 +27,7 @@ jobs:
- name: Update npm - name: Update npm
run: npm i -g npm run: npm i -g npm
if: ${{ matrix.node-version <= 14.x }} if: ${{ matrix.node-version <= 14 }}
- name: Install Packages - name: Install Packages
run: npm ci run: npm ci