Update testbuild.yml

This commit is contained in:
stack zhao
2024-02-20 07:01:16 +08:00
committed by GitHub
parent 5528bf3d17
commit 763375f5c8
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: 'npm'
- run: npm i yarn -g - run: npm i yarn -g
- run: yarn install --frozen-lockfile - run: yarn install
- run: yarn run build - run: yarn run build
- name: Archive production artifacts - name: Archive production artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4