Skip to content

Commit f0553e8

Browse files
committed
Debug workflow
1 parent b756704 commit f0553e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
if: matrix.nan-version == 'nan-earliest'
4848
run: |
4949
earliest_nan_version="$(npm pkg get dependencies | jq -r '.[] | ltrimstr("^")')"
50+
echo "Installing nan version $earliest_nan_version"
5051
npm install nan@"$earliest_nan_version"
5152
5253
- name: Install dependencies and build

0 commit comments

Comments
 (0)