diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6819120..dedba6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }} strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] platform: [ ubuntu-latest, windows-latest ] runs-on: ${{ matrix.platform }} steps: diff --git a/package.json b/package.json index 45345bb..232f8e2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A stylelint plugin for the Namics BEM definitions", "main": "index.js", "engines": { - "node": ">=14" + "node": ">=16" }, "scripts": { "clean": "npx -y rimraf package-lock.json node_modules",