diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e17b4c6a..228a675a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x - name: Install dependencies run: npm i - name: Run BrowserStack E2E tests diff --git a/package.json b/package.json index 3637c073..2ad0ceb9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "author": "Klaus Hartl", "license": "MIT", "devDependencies": { - "@rollup/plugin-terser": "^0.4.0", + "@rollup/plugin-terser": "^0.4.4", "browserstack-runner": "github:browserstack/browserstack-runner#1e85e559951bdf97ffe2a7c744ee67ca83589fde", "eslint": "^8.43.0", "eslint-config-prettier": "^9.0.0", @@ -65,10 +65,10 @@ "release-it": "^17.0.0", "rollup": "^4.1.4", "rollup-plugin-filesize": "^10.0.0", - "rollup-plugin-license": "^3.0.0", + "rollup-plugin-license": "^3.2.0", "simple-git-hooks": "^2.8.1" }, "engines": { - "node": ">=16" + "node": ">=18" } }