diff --git a/.github/workflows/syncpack.yaml b/.github/workflows/syncpack.yaml deleted file mode 100644 index 9160d2b82..000000000 --- a/.github/workflows/syncpack.yaml +++ /dev/null @@ -1,19 +0,0 @@ -on: - push: - branches: - - main - pull_request: - -name: syncpack - -jobs: - syncpack: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v5 - - uses: actions/setup-node@v4 - with: - node-version: 18 - - run: npm install - - run: npm install -g syncpack - - run: syncpack list-mismatches diff --git a/.syncpackrc.json b/.syncpackrc.json deleted file mode 100644 index 566d7eec0..000000000 --- a/.syncpackrc.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "dependencyTypes": ["prod"], - "versionGroups": [ - { - "label": "Allow minor and patch version bumps", - "dependencies": ["**"], - "packages": ["**"], - "sameMinorNew": true, - "dependencyTypes": ["prod"] - } - ] -} \ No newline at end of file diff --git a/package.json b/package.json index 417d0d23b..2c4f4a0e4 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,6 @@ "url": "https://github.com/googleapis/google-cloud-node-core/issues" }, "scripts": { - "lint-fix": "ci/lint-fix.sh", - "syncpack-fix": "syncpack fix-mismatches" - }, - "devDependencies": { - "syncpack": "^13.0.4" + "lint-fix": "ci/lint-fix.sh" } }