pull/148/head
xiaojunnuo 2024-07-26 22:13:49 +08:00
parent b22f94b079
commit ce7e5a2461
2 changed files with 8 additions and 7 deletions

View File

@ -33,12 +33,13 @@ jobs:
const pkg = JSON.parse(jsonContent)
console.log("certd_version:",pkg.version);
return pkg.version
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
run: |
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v3
# with:
# node-version: 18
# cache: 'npm'
# working-directory: ./packages/ui/certd-client
- run: |
npm install -g pnpm
pnpm install
npm run build

View File

@ -1 +1 @@
2
3