Skip to content

Commit

Permalink
build: update how node version is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Apr 15, 2024
1 parent dc9c05e commit aeb4ecc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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

## [2.1.0] - 2024-4-15

### Changes

- Update how node version is set

## [2.0.0] - 2023-10-17

### Changes
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perimetre/helpers",
"description": "Our bundle with all of our utilities and reusable helpers",
"version": "2.0.0",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/perimetre/helpers.git"
Expand All @@ -22,8 +22,7 @@
"registry": "https://npm.pkg.github.com"
},
"engines": {
"node": "^18",
"npm": "^9"
"node": "18.x"
},
"scripts": {
"start": "nodemon",
Expand Down Expand Up @@ -66,4 +65,4 @@
"src/**/*": "prettier --ignore-unknown --write",
"src/**/*.ts?(x)": "eslint --fix --plugin tsc --rule 'tsc/config: [2, {configFile: \"./tsconfig.json\"}]'"
}
}
}

0 comments on commit aeb4ecc

Please sign in to comment.