Skip to content

Commit

Permalink
Update devDependencies (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 30, 2024
1 parent 6ac6762 commit 0a99178
Show file tree
Hide file tree
Showing 5 changed files with 1,886 additions and 1,312 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:

# checkout a dependent project
- name: Checkout cloud-core
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: tstibbs/cloud-core
path: 'cloud-core' # will resolve to /home/runner/work/pdf-viewer-sync/pdf-viewer-sync/cloud-core

# checkout 'this' project
- name: Checkout pdf-viewer-sync
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'pdf-viewer-sync' # will resolve to /home/runner/work/pdf-viewer-sync/pdf-viewer-sync/pdf-viewer-sync

- name: Set up node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Set up environment
Expand Down
Loading

0 comments on commit 0a99178

Please sign in to comment.