Skip to content

Commit

Permalink
updated to newer versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
guyroyse committed Oct 26, 2023
1 parent 3ffbedb commit 275a980
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 275a980

Please sign in to comment.