Skip to content

Commit

Permalink
chore(deps): upgrade to doiuse 6
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropped support for node 14 and 15
  • Loading branch information
ismay committed Jul 7, 2023
1 parent f74796c commit 0368c23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions lib/index.js
@@ -1,5 +1,6 @@
const _ = require('lodash');
const stylelint = require('stylelint');
// eslint-disable-next-line import/no-unresolved -- https://github.com/import-js/eslint-plugin-import/issues/2703
const doiuse = require('doiuse');
const Result = require('postcss/lib/result');

Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -16,7 +16,7 @@
"stylelint": "^14.0.0||^15.0.0"
},
"dependencies": {
"doiuse": "^4.4.1",
"doiuse": "^6.0.1",
"lodash": "^4.17.15",
"postcss": "^8.4.16"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
"author": "ismay",
"license": "MIT",
"engines": {
"node": ">=14"
"node": ">=16"
},
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 0368c23

Please sign in to comment.