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 2e3cfb7 commit f23c6deCopy full SHA for f23c6de
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.0
2
jobs:
3
lint:
4
docker:
5
- - image: cimg/go:1.21-node
+ - image: cimg/go:1.25-node
6
steps:
7
- run: node --version
8
- run: npm --version
@@ -25,7 +25,7 @@ jobs:
25
- run: yarn run lint
26
test-unit:
27
28
29
30
31
@@ -49,7 +49,7 @@ jobs:
49
- run: yarn codecov
50
test-e2e:
51
52
53
54
55
@@ -72,7 +72,7 @@ jobs:
72
- run: yarn run test:e2e
73
demo:
74
75
76
77
78
0 commit comments