Skip to content

Commit d1a5f40

Browse files
committed
Fix whitespace
1 parent 5aebc49 commit d1a5f40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/action-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
6464
run: corepack enable pnpm
65-
65+
6666
- name: Use Node.js LTS (22.x)
6767
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
6868
with:

.github/workflows/ci.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
1717
run: corepack enable pnpm
18-
18+
1919
- name: Use Node.js LTS (22.x)
2020
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
2121
with:

.github/workflows/pr.ci.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
2828
run: corepack enable pnpm
29-
29+
3030
- name: Use Node.js LTS (22.x)
3131
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b
3232
with:

0 commit comments

Comments
 (0)