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

fix tests.yml

This commit is contained in:
leibale
2021-11-09 13:09:35 -05:00
parent cd74f9632e
commit 28018caf48

View File

@@ -26,7 +26,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Update npm
run: npm i -g
run: npm i -g npm
- name: Install Packages
run: npm ci