Skip to content

Commit

Permalink
fix: bump node engine to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
christophka committed May 29, 2022
1 parent 65e099c commit a3cb6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fs/package.json
Expand Up @@ -19,7 +19,7 @@
"test": "jest"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"files": [
"**/*.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/process/package.json
Expand Up @@ -19,7 +19,7 @@
"test": "jest"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"files": [
"**/*.d.ts",
Expand Down

0 comments on commit a3cb6e5

Please sign in to comment.