Skip to content

Commit

Permalink
Merge pull request #215 from redis/update-node-versions
Browse files Browse the repository at this point in the history
updated to newer versions of node
  • Loading branch information
guyroyse authored Oct 26, 2023
2 parents 3ffbedb + 275a980 commit 934d4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20]
services:
redis:
image: redis/redis-stack-server:latest
Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:

- name: Run all tests
run: npm run test:coverage

- name: Upload to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 934d4bb

Please sign in to comment.