Skip to content

Commit

Permalink
Merge pull request #297 from jaredwray/cacheable-request---upgrading-…
Browse files Browse the repository at this point in the history
…vitest-and-modules-to-1.5.1

cacheable-request - upgrading vitest and modules to 1.5.1
  • Loading branch information
jaredwray committed Apr 24, 2024
2 parents 96f61da + f3ffbb4 commit 0d0eff2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-website.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/cacheable-request/package.json
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 0d0eff2

Please sign in to comment.