We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c42ab commit 5dc7475Copy full SHA for 5dc7475
circle.yml
@@ -20,7 +20,7 @@ workflows:
20
jobs:
21
lint:
22
docker:
23
- - image: cimg/node:20.12.2
+ - image: cimg/node:22.11.0
24
steps:
25
- checkout
26
- run:
@@ -35,7 +35,7 @@ jobs:
35
36
test-v8:
37
38
39
40
41
@@ -53,7 +53,7 @@ jobs:
53
54
test-v9:
55
56
57
58
59
@@ -71,7 +71,7 @@ jobs:
71
72
release:
73
74
75
76
77
0 commit comments