diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b798c6..a4cf6b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 20.x - name: Install run: npm install - name: Build diff --git a/.yarnrc.yml b/.yarnrc.yml deleted file mode 100644 index 3186f3f..0000000 --- a/.yarnrc.yml +++ /dev/null @@ -1 +0,0 @@ -nodeLinker: node-modules diff --git a/package-lock.json b/package-lock.json index f5520a2..9898545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,9 +45,6 @@ "ts-jest": "^29.1.0", "typedoc": "^0.24.7", "typescript": "^5.0.4" - }, - "engines": { - "node": ">=16" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index b23f129..cb8d57a 100644 --- a/package.json +++ b/package.json @@ -21,15 +21,10 @@ "require": "./dist/default/cjs/index.js" } }, - "repository": "https://github.com/RubyResearch/agent-twitter-client.git", "author": "Ruby Research", "license": "MIT", - "engines": { - "node": ">=16" - }, "scripts": { "build": "rimraf dist && rollup -c", - "commit": "cz", "docs:generate": "typedoc --options typedoc.json", "docs:deploy": "npm run docs:generate && gh-pages -d docs", "format": "prettier --write src/**/*.ts", @@ -54,7 +49,6 @@ "@types/tough-cookie": "^4.0.2", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.7", - "cz-conventional-changelog": "^3.3.0", "dotenv": "^16.3.1", "esbuild": "^0.21.5", "eslint": "^8.41.0", @@ -73,11 +67,6 @@ "typedoc": "^0.24.7", "typescript": "^5.0.4" }, - "config": { - "commitizen": { - "path": "./node_modules/cz-conventional-changelog" - } - }, "lint-staged": { "*.{js,ts}": [ "eslint --cache --fix",