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 b8f17d4 commit 53de384Copy full SHA for 53de384
.circleci/config.yml
@@ -24,7 +24,6 @@ jobs:
24
- checkout
25
- node/install:
26
node-version: << parameters.node-version >>
27
- with-cache: false
28
- setup-npm
29
- run: npm ci
30
- run:
@@ -41,7 +40,6 @@ jobs:
41
40
42
43
node-version: "20"
44
45
46
47
- run: npm run build
@@ -54,7 +52,6 @@ jobs:
54
52
55
53
56
57
58
59
60
@@ -69,7 +66,6 @@ jobs:
69
66
- run: echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
70
67
71
68
72
73
74
75
name: Releasing
0 commit comments