Skip to content

Commit

Permalink
feat(node): upgraded to node v16 and all corresponding packages
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Running on v14 will most likely crash. Without v16 all Oyster commands will
probably break

fix #57
  • Loading branch information
ashblue committed Sep 19, 2022
1 parent 2dd1051 commit a58f790
Show file tree
Hide file tree
Showing 16 changed files with 12,482 additions and 17,935 deletions.
6 changes: 3 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit
npx --no -- commitlint --edit
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.0
16.17.0
Loading

0 comments on commit a58f790

Please sign in to comment.