Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
KostkaBrukowa committed Apr 26, 2024
1 parent a849d21 commit a8563c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
typescript_version: [4.x, 5.2.2, 5.4.5]
os: [ubuntu-latest]
typescript_version: [ 5.2.2]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -75,7 +75,7 @@
"ts-node": "10.4.0",
"typescript": "5.2.2",
"which-module": "^2.0.0",
"typescript-strict-plugin": "file:../typescript-strict-plugin"
"typescript-strict-plugin": "file:./"
},
"lint-staged": {
"*.(js|ts)": [
Expand Down

0 comments on commit a8563c1

Please sign in to comment.