Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
chore: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 16, 2024
1 parent 1f926f9 commit 34c8826
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
"zlib": "^1.0.5"
},
"engines": {
"node": ">= v14.18.1"
"node": ">= v18"
},
"scripts": {
"start": "node src/index.js",
"lint": "eslint src",
"test": "env DATA_FILE=./src/__test__/input.csv.gz jest",
"build": "echo 'Nothing to build'",
"k8s": "yarn --silent --cwd .k8s"
"build": "echo 'Nothing to build'"
},
"devDependencies": {
"@socialgouv/eslint-config-recommended": "^1.99.1",
Expand Down

0 comments on commit 34c8826

Please sign in to comment.