File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
Lint :
17
17
docker :
18
- - image : cimg/node:21.5 .0
18
+ - image : cimg/node:21.6 .0
19
19
steps :
20
20
- checkout
21
21
- run : npm version
@@ -24,15 +24,15 @@ jobs:
24
24
25
25
Formatting :
26
26
docker :
27
- - image : cimg/node:21.5 .0
27
+ - image : cimg/node:21.6 .0
28
28
steps :
29
29
- checkout
30
30
- run : npm ci
31
31
- run : npm run check:format
32
32
33
33
Tests :
34
34
docker :
35
- - image : cimg/node:21.5 .0
35
+ - image : cimg/node:21.6 .0
36
36
steps :
37
37
- checkout
38
38
- run : npm run ci:precheck
50
50
51
51
BuildTarball :
52
52
docker :
53
- - image : cimg/node:21.5 .0
53
+ - image : cimg/node:21.6 .0
54
54
steps :
55
55
- checkout
56
56
- run : npm run ci:precheck
67
67
framework :
68
68
type : string
69
69
docker :
70
- - image : cimg/node:21.5 .0
70
+ - image : cimg/node:21.6 .0
71
71
steps :
72
72
- checkout
73
73
- attach_workspace :
You can’t perform that action at this time.
0 commit comments