diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20c6f38a..4228f984 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,13 @@ jobs: with: node-version: '14' - - name: Install dependencies + - name: Install main dependencies run: npm install + - name: Install Cloudflare Workers dependencies + run: npm install + working-directory: ./tests/functions + - name: Run JavaScript tests run: npm test diff --git a/package.json b/package.json index 6433e83a..408a9a4a 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,6 @@ "jsdom": "^24.0.0", "jsdom-global": "^3.0.2", "text-encoding": "^0.7.0", - "uuid": "^9.0.1" }, "scripts": { "test": "jest"