Skip to content

Commit

Permalink
check with npm install instead of npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasciccola committed Mar 11, 2024
1 parent 9570762 commit 22eceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Create filename
id: filename
run: echo ::set-output name=filename::${{ steps.pkg_name.outputs.prop }}_${{ steps.version.outputs.version }}.mapeoconfig
- run: npm ci
- run: npm install
- name: Build asset
id: build_asset
run: |
Expand Down

0 comments on commit 22eceb9

Please sign in to comment.