Skip to content

Commit

Permalink
Fix rate limiting in CI (#7875)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
  • Loading branch information
emmatown and dcousens committed Sep 15, 2022
1 parent 05e0fa6 commit 771dff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ runs:
- name: Setup Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
# preferably lts/*, but we hit API limits when querying that
node-version: 16

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down

0 comments on commit 771dff5

Please sign in to comment.