diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0686bf6..2755e99c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16, 18] + node: [20, 22] os: [ubuntu-latest, macOS-latest, windows-latest] steps: diff --git a/package-lock.json b/package-lock.json index 4e18586a..60d9cd48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "chalk": "^4.1.2", - "cheerio": "^1.0.0-rc.12", + "cheerio": "1.0.0-rc.12", "chrome-launcher": "^0.15.0", "find-process": "^1.4.7", "lodash.isequal": "^4.5.0", diff --git a/package.json b/package.json index 3ba62eff..320e88f4 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "dependencies": { "chalk": "^4.1.2", - "cheerio": "^1.0.0-rc.12", + "cheerio": "1.0.0-rc.12", "chrome-launcher": "^0.15.0", "find-process": "^1.4.7", "lodash.isequal": "^4.5.0",