Skip to content

Commit

Permalink
require node >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Jan 22, 2024
1 parent 0be0bf6 commit e450ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18]
node: [18, 20]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"optimization"
],
"engines": {
"node": ">=16.10"
"node": ">=18"
},
"dependencies": {
"clean-css": "^5.3.3",
Expand Down

0 comments on commit e450ecd

Please sign in to comment.