Skip to content

Commit

Permalink
Merge pull request #1870: Speed up review app installation
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Oct 21, 2024
2 parents 8e117aa + 2aba0cf commit 40beaf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/preview_on_downstream_repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Checkout downstream repo
uses: actions/checkout@v4
Expand All @@ -41,7 +41,10 @@ jobs:
- name: Install Auspice from PRs HEAD commit
shell: bash
working-directory: ${{ inputs.directory }}
env:
NODE_ENV: production
run: |
npm config set ignore-scripts true
npm ci
npm install nextstrain/auspice#${{ github.sha }}
git add package.json package-lock.json
Expand Down

0 comments on commit 40beaf0

Please sign in to comment.