We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f77001 commit 2a25e7dCopy full SHA for 2a25e7d
.circleci/config.yml
@@ -22,7 +22,7 @@ version: 2
22
jobs:
23
checkout:
24
docker:
25
- - image: cimg/node:16.20.0
+ - image: cimg/node:16.20.1
26
steps:
27
- checkout
28
- run: *yarn
@@ -31,7 +31,7 @@ jobs:
31
lint:
32
<<: *defaults
33
34
35
36
37
- attach-workspace: *attach-work-dir
@@ -40,7 +40,7 @@ jobs:
40
test:
41
42
43
44
45
46
@@ -49,7 +49,7 @@ jobs:
49
release:
50
51
52
53
54
55
- run: yarn build && yarn compile && yarn semantic-release
0 commit comments