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: approvals/ApprovalTests.TypeScript.Jest.StarterProject
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d6435d32528d759a3e9a343659214c5f45ec6dd3
Choose a base ref
..
head repository: approvals/ApprovalTests.TypeScript.Jest.StarterProject
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5dfa9696ad735b12c85e3d6cf5e15494326f7c78
Choose a head ref
Showing with 10 additions and 10 deletions.
  1. +2 −2 .github/workflows/test.yml
  2. +7 −7 package-lock.json
  3. +1 −1 package.json
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,6 @@ jobs:
- name: Use NodeJS
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- run: |
./run_tests.sh
./run_tests.sh
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"jest": "^29.1.2",
"prettier": "2.3.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}