From 60ce710e697080e732bb22b9a367c9178d0d38f8 Mon Sep 17 00:00:00 2001 From: Jakub Sobolewski Date: Mon, 20 May 2024 12:39:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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