Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcb16cb

Browse files
committed
chore: update ci
1 parent 42972f2 commit bcb16cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: corepack enable
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 20
2020
cache: "pnpm"
2121
- run: pnpm install
2222
- name: Fix lint issues

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: corepack enable
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 16
21+
node-version: 20
2222
cache: "pnpm"
2323
- run: pnpm install
2424
- run: pnpm lint

0 commit comments

Comments
 (0)