Skip to content

Commit

Permalink
Drop Node 8 testing support and set minimum node engine to 10.0.0 (#135)
Browse files Browse the repository at this point in the history
* Drop Node 8 testing support and set minimum node engine to 10.0.0

* Update changelog
  • Loading branch information
bjankord authored Feb 11, 2021
1 parent 2bbb71a commit c7c5a3e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# switch to `8` when https://github.com/actions/setup-node/issues/27 is fixed
node: [8.16.2, 10, 12]
node: [10, 12, 14]
os: [ubuntu-latest]

steps:
Expand All @@ -29,6 +28,6 @@ jobs:

- name: Install npm dependencies
run: npm ci

- name: Run tests
run: npm run test
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Set node engine minimum to version 10.0.0
- Added node 14 to automated test matrix

### Removed
- Dropped official support for Node 8
- Removed node 8 from automated test matrix

## [7.1.0]
### Changed
- Add dependabot integration to help with keeping dependencies up to date and secure
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"bugs": {
"url": "https://github.com/bjankord/stylelint-config-sass-guidelines/issues"
},
"engines": {
"node": ">=10.0.0"
},
"main": "index.js",
"files": [
"index.js"
Expand Down

0 comments on commit c7c5a3e

Please sign in to comment.