Skip to content

Commit

Permalink
Merge pull request #240 from atlassian-labs/none/update-node-versions…
Browse files Browse the repository at this point in the history
…-for-consistency

None/update node versions for consistency
  • Loading branch information
jzhusong-atlassian-github-account authored Jul 24, 2024
2 parents 1beb523 + 97798c7 commit e133dbe
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 @@
20.12.2
20.15.0
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@types/express": "^4.17.16",
"@types/jest": "^29.5.3",
"@types/node": "^20.12.2",
"@types/node": "^20.14.12",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
Expand Down Expand Up @@ -80,7 +80,7 @@
}
},
"engines": {
"node": ">= 20.12.2"
"node": ">= 20.14.12"
},
"workspaces": [
"admin"
Expand Down

0 comments on commit e133dbe

Please sign in to comment.