Skip to content

Commit

Permalink
test shiny.react 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed May 6, 2024
1 parent c51d041 commit 4d69c1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
with:
extra-packages: local::. # Necessary to avoid object usage linter errors.

- name: Install shiny.react with React 18.3.1
if: always()
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react@upgrade-react")'
- name: Install Node.js and Yarn
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 4d69c1a

Please sign in to comment.