Skip to content

Commit d6f8193

Browse files
committed
chore: prettier
1 parent 1e33323 commit d6f8193

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 24
2424
registry-url: https://registry.npmjs.org
25-
cache: "pnpm"
25+
cache: 'pnpm'
2626

2727
- name: Install Dependencies
2828
run: pnpm install --frozen-lockfile

.github/workflows/publish-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 24
2323
registry-url: https://registry.npmjs.org
24-
cache: "pnpm"
24+
cache: 'pnpm'
2525

2626
- name: Install dependencies
2727
run: pnpm install --frozen-lockfile

.github/workflows/publish-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 24
3030
registry-url: https://registry.npmjs.org
31-
cache: "pnpm"
31+
cache: 'pnpm'
3232

3333
- name: Install dependencies
3434
run: pnpm install --frozen-lockfile

.github/workflows/publish-rc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: 24
2626
registry-url: https://registry.npmjs.org
27-
cache: "pnpm"
27+
cache: 'pnpm'
2828

2929
- name: Install dependencies
3030
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)