Skip to content

Commit

Permalink
ci: remove Node 10.x
Browse files Browse the repository at this point in the history
It was already not supported in the package.json
  • Loading branch information
wolfy1339 committed Jul 23, 2024
1 parent aa84f9f commit b47fbee
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x]
services:
redis:
image: redis
Expand Down

0 comments on commit b47fbee

Please sign in to comment.