Skip to content

Commit

Permalink
ci: add package manager to resolve problem in ci (#518)
Browse files Browse the repository at this point in the history
Co-authored-by: Faust1 <[email protected]>
  • Loading branch information
ngruelaneo and fdewas-aneo authored May 31, 2024
1 parent 7a79308 commit 57fe8ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions package.json
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",
Expand Down
1 change: 1 addition & 0 deletions packages/angular/package.json
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",
Expand Down
1 change: 1 addition & 0 deletions packages/web/package.json
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",
Expand Down

0 comments on commit 57fe8ce

Please sign in to comment.