Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
Drops Node 10.x as it was already removed from the `package.json`
  • Loading branch information
wolfy1339 committed Jul 23, 2024
1 parent d2d2fdb commit d9d562f
Show file tree
Hide file tree
Showing 5 changed files with 5,227 additions and 8,672 deletions.
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
Loading

0 comments on commit d9d562f

Please sign in to comment.