Skip to content

Commit

Permalink
debug node install on travis action
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Oct 31, 2020
1 parent 41a5495 commit 0c19d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: sudo apt-get install libavahi-compat-libdnssd-dev jq

- name: Setup Node.js for use with actions
uses: actions/setup-node@v1.1.0
uses: actions/setup-node@v2-beta
with:
node-version: '14'

Expand Down
2 changes: 2 additions & 0 deletions build_addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ VERSION_FILE=$ADDON_TMP/redmatic/versions

mkdir $ADDON_TMP 2> /dev/null || rm -r $ADDON_TMP/*

echo "node version on build system: `node --version`"

echo "download and extract Node.js $NODE_URL ..."
curl --silent $NODE_URL | tar -xJf - -C $ADDON_TMP || exit 1
mv $ADDON_TMP/$NODE_NAME $ADDON_TMP/redmatic
Expand Down

0 comments on commit 0c19d09

Please sign in to comment.