Skip to content

Commit

Permalink
chore: drop node 14 support and add node 20 in ci
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node 14 support
  • Loading branch information
ernscht committed Aug 31, 2023
1 parent a234961 commit 693cc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 693cc7e

Please sign in to comment.