Skip to content

Commit 1817b69

Browse files
committed
ci: add github workflow4
1 parent e30f9e7 commit 1817b69

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@ jobs:
1414
steps:
1515
- name: checkout repo
1616
uses: actions/checkout@v4
17-
# - name: Install pnpm
18-
# uses: pnpm/action-setup@v4
19-
# with:
20-
# version: 10.10.0
2117
- name: env use node.js
2218
uses: actions/setup-node@v4
2319
with:
2420
node-version: '22'
25-
# cache: pnpm
2621
- name: build
2722
run: |
28-
# pnpm install --frozen-lockfile
29-
npm build
23+
npm run build
3024
- name: upload build artifact
3125
if: always()
3226
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)