We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d326ac8 commit 4578aeaCopy full SHA for 4578aea
.github/workflows/create-pre-release.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
node-version: 22.x
50
cache: 'npm'
51
- - run: npm install
+ - run: npm ci
52
- name: Set up Docker Buildx
53
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
54
- name: Log in to the Container registry
.github/workflows/create-release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
cache: "npm"
29
30
31
32
0 commit comments