Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
chore: replace npm ci by npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Apr 17, 2021
1 parent 432c3c6 commit f9dd255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
node-version: 14
- name: Install dependencies
run: npm ci
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f9dd255

Please sign in to comment.