1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00
This commit is contained in:
Leibale
2023-04-26 17:57:31 -04:00
parent fe7ca91ce2
commit c78f3354e0
2 changed files with 4 additions and 4 deletions

View File

@@ -10,11 +10,11 @@ jobs:
documentation: documentation:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v3
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v2.3.0 uses: actions/setup-node@v3
- name: Install Packages - name: Install Packages
run: npm ci run: npm ci
- name: Generate Documentation - name: Generate Documentation

View File

@@ -19,11 +19,11 @@ jobs:
node-version: ['14', '16', '18', '19'] node-version: ['14', '16', '18', '19']
redis-version: ['5', '6.0', '6.2', '7.0'] redis-version: ['5', '6.0', '6.2', '7.0']
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v3
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.3.0 uses: actions/setup-node@v3
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- name: Update npm - name: Update npm