Skip to content

Commit

Permalink
Try building on node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Nov 28, 2024
1 parent 1fdc2a4 commit 4cd0218
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ jobs:
with:
files: prebuild-win32.tar
build-centos-7:
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
env:
LMDB_DATA_V1: ${{ contains(github.ref, '-v1') }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # workaround for terrible checkout bug: https://github.com/actions/checkout/issues/1809
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node18
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node18
runs-on: ubuntu-20.04
container: quay.io/pypa/manylinux2014_x86_64
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: yum update -y && yum install -y python3
- run: curl https://raw.githubusercontent.com/kriszyp/musl-bins/main/aarch64-linux-musl-cross.tgz --insecure --output aarch64-linux-musl-cross.tgz
- run: tar -xf aarch64-linux-musl-cross.tgz && pwd && ls
Expand Down

0 comments on commit 4cd0218

Please sign in to comment.