Skip to content

Commit aba2e6b

Browse files
authored
chore: ci (#2678)
* chore: ci.yml * chore: ci.yml * chore: ci.yml * chore: update lock file
1 parent 94ed665 commit aba2e6b

File tree

2 files changed

+4337
-5370
lines changed

2 files changed

+4337
-5370
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ on:
44
push:
55
branches:
66
- next
7-
- dev-harmony
87
- V3.0
98

109
pull_request:
1110
branches:
1211
- next
13-
- dev-harmony
1412
- V3.0
1513

1614
workflow_dispatch:
@@ -21,13 +19,13 @@ jobs:
2119
steps:
2220
- uses: actions/checkout@v4
2321

24-
- name: Install pnpm
25-
run: corepack enable pnpm
22+
- name: Install pnpm
23+
run: corepack enable pnpm
2624

27-
- uses: actions/setup-node@v4
28-
with:
29-
node-version: '20'
30-
cache: 'pnpm'
25+
- uses: actions/setup-node@v4
26+
with:
27+
node-version: '20'
28+
cache: 'pnpm'
3129

3230
- name: Install dependencies
3331
run: pnpm install
@@ -65,13 +63,13 @@ jobs:
6563
steps:
6664
- uses: actions/checkout@v4
6765

68-
- name: Install pnpm
69-
run: corepack enable pnpm
66+
- name: Install pnpm
67+
run: corepack enable pnpm
7068

71-
- uses: actions/setup-node@v4
72-
with:
73-
node-version: '20'
74-
cache: 'pnpm'
69+
- uses: actions/setup-node@v4
70+
with:
71+
node-version: '20'
72+
cache: 'pnpm'
7573

7674
- name: Install dependencies
7775
run: pnpm install

0 commit comments

Comments
 (0)