Skip to content

Commit

Permalink
Merge pull request #246 from mizdra/require-node-18
Browse files Browse the repository at this point in the history
[happy-css-modules] Require Node.js 18+
  • Loading branch information
mizdra authored May 16, 2024
2 parents 9432953 + 25591fe commit d22d60f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
matrix:
include:
# Node.js
- node: '16.x'
- node: '18.x'
- node: '18'
- node: '20'
- node: '22'
# less
- node: '16.x'
less: '^3.0.0'
- node: '18.x'
- node: '22'
less: '^3.0.0'
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "mizdra",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"packageManager": "[email protected]",
"prettier": "@mizdra/prettier-config-mizdra",
Expand Down
2 changes: 1 addition & 1 deletion packages/happy-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "mizdra",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"@file-cache/core": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-happy-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "mizdra <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"camelcase": "^6.3.0",
Expand Down

0 comments on commit d22d60f

Please sign in to comment.