diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e49ad26e..209586cc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 17.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index 9f308073..caa71df2 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "lib" ], "engines": { - "node": ">=10.0.0" + "node": ">=14.0.0" }, "dependencies": { "postcss-value-parser": "^4.0.0",