diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 7684752..1ddeb0c 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -25,11 +25,11 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: Install Dependencies - run: yarn + - name: Install PNPM + run: npm install -g pnpm - name: Build Website - run: yarn website:build + run: pnpm website:build - name: Publish to Cloudflare Pages uses: cloudflare/pages-action@1 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 308fc52..5c1bd8d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['18', '20'] + node: ['18'] name: Node ${{ matrix.node }} steps: - uses: actions/checkout@v3 diff --git a/packages/cacheable-request/package.json b/packages/cacheable-request/package.json index 355270d..a67be34 100644 --- a/packages/cacheable-request/package.json +++ b/packages/cacheable-request/package.json @@ -51,7 +51,7 @@ "@types/node": "^20.12.7", "@types/responselike": "^1.0.3", "@types/sqlite3": "^3.1.11", - "@vitest/coverage-v8": "^1.5.0", + "@vitest/coverage-v8": "^1.5.1", "body-parser": "^1.20.2", "delay": "^6.0.0", "eslint": "^8.57.0", @@ -65,7 +65,7 @@ "ts-jest-resolver": "^2.0.1", "ts-node": "^10.9.2", "typescript": "^5.4.5", - "vitest": "^1.5.0", + "vitest": "^1.5.1", "xo": "^0.58.0" }, "jest": {