Skip to content

Commit

Permalink
Merge pull request #91 from golemfactory/feature/JST-595
Browse files Browse the repository at this point in the history
feat: drop support for node 16
  • Loading branch information
pgrzy-golem authored Nov 21, 2023
2 parents 3caa84f + 72fe535 commit a4bfa3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"author": "GolemFactory <[email protected]>",
"license": "GPL-3.0",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"@golem-sdk/golem-js": "^0.12.1",
Expand All @@ -48,7 +48,6 @@
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"new-find-package-json": "^2.0.0",
"node-fetch": "^2.7.0",
"pretty-ms": "^8.0.0",
"shell-quote": "^1.8.1",
"typescript": "^5.2.2"
Expand Down
1 change: 0 additions & 1 deletion src/manifest/manifest-create.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { ManifestCreateOptions } from "./manifest-create.options";
import { ManifestDto, ManifestVersions } from "./dto";
import { readFile, writeFile } from "fs/promises";
import { checkFileOverwrite } from "../lib/file";
import fetch from "node-fetch";
import { DateTime } from "luxon";
import { findAsync } from "new-find-package-json";

Expand Down

0 comments on commit a4bfa3d

Please sign in to comment.