Skip to content

Commit

Permalink
prefer yarn install to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox committed Dec 22, 2023
1 parent 9c3e0ff commit 826472d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 16.x

- name: install node packages
run: npm install
run: yarn install

- name: Update CDN
run: yarn update-cdn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-surveys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 16.x
- name: install node packages
run: npm install
run: yarn install
- name: Update Surveys
run: yarn crawl-surveys
env:
Expand Down

0 comments on commit 826472d

Please sign in to comment.