diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d2cd82b..88decc17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,12 @@ jobs: with: extra-packages: local::. # Necessary to avoid object usage linter errors. - - name: Install shiny.react with React 18.3.1 + - name: Install shiny.react if: always() env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} run: | - Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react")' + Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react@remove-shiny-binding-wrapper")' - name: Install Node.js and Yarn uses: actions/setup-node@v3