Skip to content

Commit 73ce28a

Browse files
ci: install prettier (#2402)
* ci: install prettier * ci: replace `npm i` with `npm ci`
1 parent d2d907b commit 73ce28a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/autofix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version-file: .node-version
2222
cache: npm
23-
- run: npm i
23+
- run: npm ci
2424

2525
- run: aqua upc -prune
2626
- run: aqua upc -prune

.github/workflows/main.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
aqua_version: v2.45.0
2020
env:
2121
GITHUB_TOKEN: ${{github.token}}
22+
23+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
24+
with:
25+
node-version-file: .node-version
26+
cache: npm
27+
- run: npm ci
28+
2229
- run: cmdx build
2330
- run: git add -f schema
2431

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
node-version-file: .node-version
3939
cache: npm
40-
- run: npm i
40+
- run: npm ci
4141

4242
- run: cmdx build
4343
- run: git add -f schema

.github/workflows/wc-create-pr-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
node-version-file: .node-version
4848
cache: npm
49-
- run: npm i
49+
- run: npm ci
5050

5151
- run: cmdx build
5252
- run: git add -f schema

0 commit comments

Comments
 (0)