Skip to content

Commit c4e4367

Browse files
committed
chore: update ci scripts
1 parent dcf786d commit c4e4367

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ jobs:
88
- uses: actions/checkout@v4
99
- run: npm i -fg corepack && corepack enable
1010
- uses: actions/setup-node@v4
11-
with: { node-version: lts/*, cache: 'pnpm' }
11+
with: { node-version: lts/*, cache: "pnpm" }
1212
- run: pnpm install
1313
- run: pnpm lint:fix
14-
- run: pnpm automd
1514
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
16-
with: { commit-message: 'chore: apply automated updates' }
15+
with: { commit-message: "chore: apply automated updates" }

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
- run: npm i -fg corepack && corepack enable
99
- uses: actions/setup-node@v4
10-
with: { node-version: lts/*, cache: 'pnpm' }
10+
with: { node-version: lts/*, cache: "pnpm" }
1111
- uses: denoland/setup-deno@v2
1212
with: { deno-version: v2.x }
1313
- run: pnpm install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with: { fetch-depth: 0 }
1010
- run: npm i -fg corepack && corepack enable
1111
- uses: actions/setup-node@v4
12-
with: { node-version: lts/*, cache: 'pnpm' }
12+
with: { node-version: lts/*, cache: "pnpm" }
1313
- run: pnpm install
1414
- run: pnpm changelogen --bump --canary nightly
1515
- run: npm publish --tag latest

0 commit comments

Comments
 (0)