Skip to content

Commit

Permalink
Allow users of bitstyles to run node 22 (#823)
Browse files Browse the repository at this point in the history
* Allow users to run node 22

* Update changelog
  • Loading branch information
angelikatyborska authored Jul 8, 2024
1 parent 90d2dbb commit 0b33bd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## Changed

- Relaxed NodeJS version requirement.

### Added

- New section-header component at organism level. Encapsulates what was previously built using utility classes.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"**/trim": "^1.0.0"
},
"engines": {
"node": "^18.16.0",
"npm": "^9.5.1"
"node": ">=18",
"npm": ">=9"
},
"dependencies": {}
}

0 comments on commit 0b33bd1

Please sign in to comment.