diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2a75236..df194257 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: run: npm test update-api-specs: runs-on: ubuntu-latest - needs: [test] +# needs: [test] outputs: change-log: ${{ steps.update-specs.outputs.change-log }} version-type: ${{ steps.update-specs.outputs.version-type }} diff --git a/package.json b/package.json index b84b3856..734cff2c 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "lint": "eslint --ext js --ext jsx src/ test/", "lint:fix": "npm run lint -- --fix", "test": "nyc mocha --forbid-only \"test/**/*.test.js\"", - "posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate", - "preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions" + "posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate" }, "dependencies": { "@actions/core": "^1.0.0", @@ -65,9 +64,6 @@ "sinon": "^9.0.2", "tmp": "^0.2.1" }, - "resolutions": { - "ansi-regex": "5.0.1" - }, "optionalDependencies": { "keytar": "^7.6.0" },