Skip to content

Commit b5ccf97

Browse files
committed
build
1 parent bdb47e3 commit b5ccf97

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: build
22

33
on: [push, pull_request]
44

@@ -7,8 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10+
1011
- uses: pnpm/action-setup@v2
12+
with:
13+
version: 8
14+
1115
- name: Build
12-
run: |
13-
pnpm install
14-
pnpm run build
16+
run: pnpm run build

0 commit comments

Comments
 (0)