Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Drop Node 8 support (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s authored Aug 3, 2020
1 parent f7e05cd commit 14c304f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]

steps:
- uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"peerDependencies": {
"stylelint": "^13.3.2"
},
"engines": {
"node": ">=10"
},
"devDependencies": {
"eslint-config-wikimedia": "0.15.2",
"grunt": "1.1.0",
Expand Down

0 comments on commit 14c304f

Please sign in to comment.