Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: john-d-pelingo/vite-boilerplate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f61d8dc251c3708f0ec1e45cf1e7e591dd630c22
Choose a base ref
..
head repository: john-d-pelingo/vite-boilerplate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 03f88424bb1432c75c6c7fac30c22f51e9c9d683
Choose a head ref
Showing with 417 additions and 400 deletions.
  1. +1 −1 .github/workflows/test-application.yml
  2. +416 −399 yarn.lock
2 changes: 1 addition & 1 deletion .github/workflows/test-application.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
- name: Use Node 14
uses: actions/setup-node@v4.0.2
with:
Loading