We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b247574 commit d0cf46eCopy full SHA for d0cf46e
.circleci/config.yml
@@ -22,7 +22,7 @@ workflows:
22
jobs:
23
lint:
24
docker:
25
- - image: circleci/node:10
+ - image: circleci/node:14
26
steps:
27
- checkout
28
- run:
@@ -34,7 +34,7 @@ jobs:
34
35
test-v4:
36
37
38
39
40
@@ -46,7 +46,7 @@ jobs:
46
47
test-v5:
48
49
50
51
52
@@ -58,7 +58,7 @@ jobs:
58
59
test-v6:
60
61
62
63
64
@@ -70,7 +70,7 @@ jobs:
70
71
release:
72
73
74
75
76
0 commit comments