Skip to content

Commit

Permalink
Update Node.js version to 18.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Sep 28, 2024
1 parent 9ecf636 commit 0fe13a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ardent-collector",
"version": "1.54.2",
"version": "1.54.3",
"description": "Ardent Collector saves data submitted to EDDN",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,8 +42,8 @@
"devDependencies": {
"standard": "^17.1.0"
},
"engines" : {
"npm" : "9.5.1",
"node" : "18.16.x"
"engines": {
"npm": "9.5.1",
"node": "18.17.1"
}
}

0 comments on commit 0fe13a9

Please sign in to comment.