diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ef9364..bbf0e92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index d3f30be..1cadb82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "ts-jest": "^29.1.2", "ts-node": "10.4.0", "typescript": "5.2.2", - "typescript-strict-plugin": "file:../typescript-strict-plugin", + "typescript-strict-plugin": "file:./", "which-module": "^2.0.0" } }, diff --git a/package.json b/package.json index 2acf1df..31b6bce 100644 --- a/package.json +++ b/package.json @@ -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)": [