Skip to content

Commit

Permalink
chore: improve strictness of the engines supported
Browse files Browse the repository at this point in the history
This explicitly disables Node 18, as we don't yet support it
  • Loading branch information
ThisIsMissEm committed Jul 1, 2022
1 parent 864d722 commit e4092fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@inrupt/solid-client": "^1.23.1"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
"node": "^14.17.0 || ^16.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e4092fa

Please sign in to comment.