Skip to content

Commit

Permalink
chore: depend on [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed May 20, 2024
1 parent 7444957 commit 13dd8bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Imports:
jsonlite,
purrr,
shiny,
shiny.react (>= 0.3.0)
shiny.react (>= 0.4.0)
Suggests:
chromote,
covr,
Expand Down

0 comments on commit 13dd8bf

Please sign in to comment.