mirror of https://github.com/certd/certd
chore:
parent
b22f94b079
commit
ce7e5a2461
|
@ -33,12 +33,13 @@ jobs:
|
||||||
const pkg = JSON.parse(jsonContent)
|
const pkg = JSON.parse(jsonContent)
|
||||||
console.log("certd_version:",pkg.version);
|
console.log("certd_version:",pkg.version);
|
||||||
return pkg.version
|
return pkg.version
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
# - name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v3
|
# uses: actions/setup-node@v3
|
||||||
with:
|
# with:
|
||||||
node-version: 18
|
# node-version: 18
|
||||||
cache: 'npm'
|
# cache: 'npm'
|
||||||
run: |
|
# working-directory: ./packages/ui/certd-client
|
||||||
|
- run: |
|
||||||
npm install -g pnpm
|
npm install -g pnpm
|
||||||
pnpm install
|
pnpm install
|
||||||
npm run build
|
npm run build
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2
|
3
|
||||||
|
|
Loading…
Reference in New Issue