Skip to content

Commit

Permalink
npm ci requires a lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Dec 13, 2024
1 parent d4211a5 commit 981fd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_apps_hyparquet_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
run: npm i
- name: Build components package
run: npm run build -w @hyparam/components
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_packages_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
run: npm i
- name: Build components package
run: npm run build -w @hyparam/components
ci:
Expand Down

0 comments on commit 981fd78

Please sign in to comment.