From 00d16efaf2758b0e9445d3171437ae570bfb2ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20K=C3=BCsel?= Date: Wed, 22 Nov 2023 20:10:32 +0100 Subject: [PATCH] fix CI issues --- .github/workflows/test-and-release.yml | 6 +++--- binding.gyp | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index e564df3..1bafaff 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -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: diff --git a/binding.gyp b/binding.gyp index cca2e29..a368242 100644 --- a/binding.gyp +++ b/binding.gyp @@ -65,5 +65,8 @@ } }] ] - }] + }], + 'variables' : { + 'openssl_fips': '', + } }