Skip to content

Commit

Permalink
chore(deps): bump to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Dec 29, 2023
1 parent 20a8da6 commit 0eddd6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .studiorc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ echo "--> Installing project development dependencies..."
hab pkg install \
jarvus/mkdocs-studio \
jarvus/studio-toolkit \
core/node14 \
core/node16 \
core/git

hab pkg binlink core/node14 core/git
hab pkg binlink core/node16 core/git
hab pkg binlink core/coreutils env --dest /usr/bin


Expand Down
4 changes: 2 additions & 2 deletions plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pkg_build_deps=(

pkg_deps=(
core/git
core/node14
core/node16
core/hab/0.79.0 # last version before new license
)

Expand Down Expand Up @@ -39,7 +39,7 @@ do_build() {
npm install

build_line "Fixing interpreter"
sed -e "s#\#\!/usr/bin/env node#\#\!$(pkg_path_for node14)/bin/node#" --in-place "node-bin/cli.js"
sed -e "s#\#\!/usr/bin/env node#\#\!$(pkg_path_for node16)/bin/node#" --in-place "node-bin/cli.js"

popd > /dev/null
}
Expand Down

0 comments on commit 0eddd6f

Please sign in to comment.