Skip to content

Commit

Permalink
replace npm with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarMulder committed Jul 14, 2022
1 parent 219fbbe commit cb8ea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 'lts/*'

- name: Install dependencies
run: npm ci
run: yarn install --frozen-lockfile

- name: Log in to the Container registry
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # v2.0.0
Expand Down

0 comments on commit cb8ea71

Please sign in to comment.