Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed May 27, 2024
1 parent be5ccf0 commit 16966f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-with-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,27 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
NODEJS_VERSION: ${{ inputs.NODEJS_VERSION }}
run: |
set -x
# echo "KTH_GHA_MARCH_ID: ${KTH_GHA_MARCH_ID}"
echo "NODEJS_VERSION: ${NODEJS_VERSION}"
echo "NODEJS_VERSION: $NODEJS_VERSION"
echo "NODEJS_VERSION: ${{ inputs.NODEJS_VERSION }}"
node --version
npm --version
node_setup="http://deb.nodesource.com/setup_$NODEJS_VERSION.x"
wget -qO- $node_setup | sudo -E bash -
sudo apt-get install -y nodejs
sudo -H npm install npm@latest -g
node --version
npm --version
sudo -H npm install -g node-gyp
sudo -H npm install -g @mapbox/node-pre-gyp
sudo -H npm install -g @mmomtchev/node-pre-gyp-github
Expand All @@ -85,6 +96,9 @@ jobs:
echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
cat ~/.npmrc
node --version
npm --version
- name: build
working-directory: .
Expand Down

0 comments on commit 16966f5

Please sign in to comment.