Skip to content

Commit

Permalink
chore: upgrade CI to use newest version of shiny.react
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed May 16, 2024
1 parent 126a29b commit 069d255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react@upgrade-react")'
Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react")'
- name: Install Node.js and Yarn
uses: actions/setup-node@v3
Expand Down

0 comments on commit 069d255

Please sign in to comment.