diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d2cd82b..709aefb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,13 +22,6 @@ 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")' - - name: Install Node.js and Yarn uses: actions/setup-node@v3 with: diff --git a/DESCRIPTION b/DESCRIPTION index cb194c7d..850f67d7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -27,7 +27,7 @@ Imports: jsonlite, purrr, shiny, - shiny.react (>= 0.3.0) + shiny.react (>= 0.4.0) Suggests: chromote, covr,