Skip to content

Commit c8adb2c

Browse files
committed
chore(workflow): remove pnpm version specification and update renovate config
1 parent 1c04b6f commit c8adb2c

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"github>config-preset/renovate-config/default.json"
4+
"github>config-preset/renovate-config"
55
],
66
"automerge": true
77
}

.github/workflows/autofix.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ jobs:
2020

2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
23-
with:
24-
version: 10.15.1
2523

2624
- name: Install
2725
run: pnpm i
2826

2927
- name: Lint
3028
run: pnpm run lint:fix
31-
32-
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111

1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v4
14-
with:
15-
version: 10.15.1
1614

1715
- name: Set node
1816
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)