We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30f9e7 commit 1817b69Copy full SHA for 1817b69
1 file changed
.github/workflows/build.yml
@@ -14,19 +14,13 @@ jobs:
14
steps:
15
- name: checkout repo
16
uses: actions/checkout@v4
17
- # - name: Install pnpm
18
- # uses: pnpm/action-setup@v4
19
- # with:
20
- # version: 10.10.0
21
- name: env use node.js
22
uses: actions/setup-node@v4
23
with:
24
node-version: '22'
25
- # cache: pnpm
26
- name: build
27
run: |
28
- # pnpm install --frozen-lockfile
29
- npm build
+ npm run build
30
- name: upload build artifact
31
if: always()
32
uses: actions/upload-artifact@v4
0 commit comments