diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 1ddeb0c..1decd33 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -27,6 +27,9 @@ jobs: - name: Install PNPM run: npm install -g pnpm + + - name: Install Modules + run: pnpm install - name: Build Website run: pnpm website:build diff --git a/packages/cacheable-request/package.json b/packages/cacheable-request/package.json index a67be34..aa60845 100644 --- a/packages/cacheable-request/package.json +++ b/packages/cacheable-request/package.json @@ -54,9 +54,9 @@ "@vitest/coverage-v8": "^1.5.1", "body-parser": "^1.20.2", "delay": "^6.0.0", - "eslint": "^8.57.0", - "eslint-plugin-jest": "^27.9.0", - "express": "^4.19.1", + "eslint": "^9.1.1", + "eslint-plugin-jest": "^28.2.0", + "express": "^4.19.2", "jest": "^29.7.0", "pify": "^6.1.0", "rimraf": "^5.0.5",