Skip to content

Commit

Permalink
Merge branch 'release/2.2.0'
Browse files Browse the repository at this point in the history
* release/2.2.0:
  fix(package): update project version number from `2.1.3` to `2.2.0`
  build(deps): reinstall npm packages
  ci(deps): specifies the version of `node` to be used in the project with `nvm`
  ci(deps): update `node` and `npm` versions in `engines` object
  • Loading branch information
beatrizsmerino committed Nov 24, 2024
2 parents f0f4f52 + b95bc23 commit ab449d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.0
v20.18.0
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.3",
"version": "2.2.0",
"name": "validation-form",
"description": "Customized form with validation for different types of fields.",
"author": "beatrizsmerino@gmail.com",
Expand Down Expand Up @@ -34,8 +34,8 @@
"sass": "^1.81.0"
},
"engines": {
"node": "20.11.0",
"npm": "10.4.0",
"node": "20.18.0",
"npm": "10.8.2",
"gulp-cli": "3.0.0"
}
}

0 comments on commit ab449d7

Please sign in to comment.