Skip to content

Commit

Permalink
build: fixes how node version is set
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Apr 15, 2024
1 parent 5a29895 commit f9d4f33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [11.0.2] 2024-04-15

### Fixed

- Fixes how node version is set in the package.json file

## [11.0.1] 2023-11-14

### Fixed
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perimetre/ui",
"description": "A component library made by @perimetre",
"version": "11.0.1",
"version": "11.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/perimetre/ui.git"
Expand All @@ -19,8 +19,7 @@
"src"
],
"engines": {
"node": "^18.18.2",
"npm": "^9"
"node": "18.x"
},
"scripts": {
"prestart": "npm run check-commit",
Expand Down

0 comments on commit f9d4f33

Please sign in to comment.