Skip to content

Commit d86b304

Browse files
committed
Remove Node 8 and add Node 14
1 parent a19fea8 commit d86b304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-18.04
3333
strategy:
3434
matrix:
35-
node: ['8', '10', '12']
35+
node: ['10', '12', '14']
3636
services:
3737
redis:
3838
image: redis

0 commit comments

Comments
 (0)