mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore:
This commit is contained in:
@@ -33,10 +33,10 @@ 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
|
||||||
# uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
# with:
|
with:
|
||||||
# node-version: 18
|
node-version: 18
|
||||||
# cache: 'npm'
|
# cache: 'npm'
|
||||||
# working-directory: ./packages/ui/certd-client
|
# working-directory: ./packages/ui/certd-client
|
||||||
- run: |
|
- run: |
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
3
|
4
|
||||||
|
|||||||
Reference in New Issue
Block a user