Skip to content

Commit

Permalink
chore(ci): remove Node v14
Browse files Browse the repository at this point in the history
Signed-off-by: mateonunez <mateonunez95@gmail.com>
  • Loading branch information
mateonunez committed Oct 14, 2023
1 parent b5be64d commit 025c22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18, 20]
node-version: [16, 18, 20]
redis-tag: [5, 6]
services:
redis:
Expand Down

0 comments on commit 025c22d

Please sign in to comment.