diff --git a/.github/workflows/nextjs-ci.yml b/.github/workflows/nextjs-ci.yml index 5b3c8b2..a6f3762 100644 --- a/.github/workflows/nextjs-ci.yml +++ b/.github/workflows/nextjs-ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] steps: - name: Checkout code diff --git a/package.json b/package.json index 1da55b8..eb1eafb 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/jest": "^29.5.3", - "@types/puppeteer": "^7.0.4", "@types/testing-library__jest-dom": "5.14.5", "@types/uuid": "^9.0.2", "@typescript-eslint/eslint-plugin": "^5.62.0", @@ -66,4 +65,4 @@ "pre-commit": "yarn run lint-staged" } } -} +} \ No newline at end of file