Skip to content

Commit d9d562f

Browse files
committed
build: update dependencies
Drops Node 10.x as it was already removed from the `package.json`
1 parent d2d2fdb commit d9d562f

5 files changed

Lines changed: 5227 additions & 8672 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [10.x, 12.x]
14+
node-version: [12.x]
1515
services:
1616
redis:
1717
image: redis

0 commit comments

Comments
 (0)