You've already forked node-redis
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:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user