build(js): Migrate from yarn to npm (#4252)

This commit is contained in:
Barret Schloerke
2025-08-04 16:07:39 -04:00
committed by GitHub
parent ae82850e1f
commit 7dcb54bc7e
163 changed files with 8566 additions and 12495 deletions

View File

@@ -8,7 +8,7 @@ on:
pull_request:
branches: [main]
schedule:
- cron: '0 5 * * 1' # every monday
- cron: "0 5 * * 1" # every monday
name: Package checks
@@ -17,7 +17,5 @@ jobs:
uses: rstudio/shiny-workflows/.github/workflows/website.yaml@v1
routine:
uses: rstudio/shiny-workflows/.github/workflows/routine.yaml@v1
with:
node-version: "14.x"
R-CMD-check:
uses: rstudio/shiny-workflows/.github/workflows/R-CMD-check.yaml@v1