Skip to content

Commit

Permalink
fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed Nov 22, 2023
1 parent 5d2902c commit 00d16ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
with:
submodules: recursive
fetch-depth: 2
# Force Python to 3.11 until prebuild updates to node-gyp 10
- name: Use Python 3.11
# Force Python to 3.10 until prebuild updates to node-gyp 10
- name: Use Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.10'
- name: Use node ${{ matrix.node }} ${{ matrix.arch }}
uses: actions/setup-node@v4
with:
Expand Down
5 changes: 4 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@
}
}]
]
}]
}],
'variables' : {
'openssl_fips': '',
}
}

0 comments on commit 00d16ef

Please sign in to comment.