Merge pull request 'Use npm to install cli' (#12) from dboreham/use-npm into main
Reviewed-on: #12 Reviewed-by: Thomas E Lackey <telackey@noreply.git.vdb.to>
This commit is contained in:
commit
3ee5bc9556
@ -17,12 +17,12 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: "Install Yarn"
|
||||
run: npm install -g yarn
|
||||
- name: "Enable Yarn"
|
||||
run: corepack enable
|
||||
- name: "Install registry CLI"
|
||||
run: |
|
||||
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||
yarn global add @cerc-io/laconic-registry-cli
|
||||
npm install -g @cerc-io/laconic-registry-cli
|
||||
- name: "Install jq"
|
||||
run: apt -y update && apt -y install jq
|
||||
- name: "Publish Application Record"
|
||||
|
Loading…
Reference in New Issue
Block a user