-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add package manager to resolve problem in ci (#518)
Co-authored-by: Faust1 <[email protected]>
- Loading branch information
1 parent
7a79308
commit 57fe8ce
Showing
4 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,6 +191,7 @@ jobs: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 | ||
with: | ||
fetch-depth: 0 | ||
- run: npm install -g [email protected] | ||
- run: corepack enable | ||
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "armonik.api", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"ci:publish": "zx scripts/publish.mjs", | ||
"ci:publish-edge": "zx scripts/publish-edge.mjs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "armonik.api.angular", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@aneoconsultingfr/armonik.api", | ||
"version": "3.17.1", | ||
"packageManager": "[email protected]", | ||
"description": "gRPC API to interact with ArmoniK built for the web", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/aneoconsulting/ArmoniK.Api#readme", | ||
|