Skip to content

Commit

Permalink
updated to newer versions that are used in Node Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
guyroyse committed Oct 26, 2023
1 parent 275a980 commit 9dc8980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
name: Test All
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18, 20]
services:
Expand All @@ -26,17 +27,16 @@ jobs:
--health-retries 5
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Cache dependencies
uses: c-hive/gha-npm-cache@v1

- name: Update npm
run: npm install --global npm
if: ${{ matrix.node-version <= 14 }}

- name: Install packages
run: npm ci
Expand Down

0 comments on commit 9dc8980

Please sign in to comment.