Skip to content

Commit

Permalink
feat: drop Node 10 and 12. Add 16 and 18 (#561)
Browse files Browse the repository at this point in the history
* Drop Node 10 and 12. Add 16 and 18
* Upgrade a couple dependencies

BREAKING CHANGE: minimum node version changed to v14
  • Loading branch information
benmccann authored and kaisermann committed Dec 10, 2022
1 parent 81f0b13 commit ba4299d
Show file tree
Hide file tree
Showing 3 changed files with 607 additions and 569 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10, 12, 14]
node-version: [14, 16, 18]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -82,18 +82,18 @@
"@types/babel__core": "^7.1.19",
"@types/jest": "^27.0.2",
"@types/node": "^14.0.11",
"@types/node-sass": "^4.11.1",
"@types/node-sass": "^4.11.3",
"@types/stylus": "^0.48.32",
"autoprefixer": "^9.8.0",
"babel-minify": "^0.5.1",
"coffeescript": "^2.5.1",
"conventional-changelog-cli": "^2.0.34",
"eslint": "^7.32.0",
"husky": "^4.2.5",
"husky": "^8.0.2",
"jest": "^27.2.4",
"less": "^3.11.3",
"lint-staged": "^10.5.3",
"node-sass": "^5.0.0",
"node-sass": "^8.0.0",
"postcss": "^8",
"postcss-easy-import": "^3.0.0",
"postcss-load-config": "^3.0.0",
Expand All @@ -110,7 +110,7 @@
"@types/pug": "^2.0.4",
"@types/sass": "^1.16.0",
"detect-indent": "^6.0.0",
"magic-string": "^0.25.7",
"magic-string": "^0.27.0",
"sorcery": "^0.10.0",
"strip-indent": "^3.0.0"
},
Expand Down

0 comments on commit ba4299d

Please sign in to comment.